public interface GrafanaClient
Modifier and Type | Method and Description |
---|---|
Dashboard |
getDashboardByUid(String uid) |
List<Dashboard> |
getDashboards() |
CompletableFuture<byte[]> |
renderPngForPanel(Dashboard dashboard,
Panel panel,
int width,
int height,
long from,
long to,
String timezone,
Map<String,String> variables) |
List<Dashboard> getDashboards() throws IOException
IOException
Dashboard getDashboardByUid(String uid) throws IOException
IOException
Copyright © 2021. All rights reserved.