| Package | Description | 
|---|---|
| org.opennms.netmgt.endpoints.grafana.api | |
| org.opennms.netmgt.endpoints.grafana.client | |
| org.opennms.netmgt.jasper.grafana | 
| Modifier and Type | Method and Description | 
|---|---|
Dashboard | 
DashboardWithMeta.getDashboard()  | 
Dashboard | 
GrafanaClient.getDashboardByUid(String uid)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Dashboard> | 
GrafanaClient.getDashboards()  | 
| Modifier and Type | Method and Description | 
|---|---|
CompletableFuture<byte[]> | 
GrafanaClient.renderPngForPanel(Dashboard dashboard,
                 Panel panel,
                 int width,
                 int height,
                 long from,
                 long to,
                 String utcOffset,
                 Map<String,String> variables)  | 
void | 
DashboardWithMeta.setDashboard(Dashboard dashboard)  | 
| Modifier and Type | Method and Description | 
|---|---|
Dashboard | 
GrafanaClientImpl.getDashboardByUid(String uid)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Dashboard> | 
GrafanaClientImpl.getDashboards()  | 
| Modifier and Type | Method and Description | 
|---|---|
CompletableFuture<byte[]> | 
GrafanaClientImpl.renderPngForPanel(Dashboard dashboard,
                 Panel panel,
                 int width,
                 int height,
                 long from,
                 long to,
                 String utcOffset,
                 Map<String,String> variables)  | 
| Constructor and Description | 
|---|
GrafanaPanelDatasource(GrafanaClient client,
                      Dashboard dashboard,
                      GrafanaQuery query)  | 
Copyright © 2020. All rights reserved.