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
IOExceptionDashboard getDashboardByUid(String uid) throws IOException
IOExceptionCopyright © 2021. All rights reserved.