Package | Description |
---|---|
org.opennms.netmgt.endpoints.grafana.api | |
org.opennms.netmgt.endpoints.grafana.client |
Modifier and Type | Method and Description |
---|---|
List<Panel> |
PanelContainer.getPanels() |
List<Panel> |
Dashboard.getPanels() |
List<Panel> |
Panel.getPanels() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<byte[]> |
GrafanaClient.renderPngForPanel(Dashboard dashboard,
Panel panel,
int width,
int height,
long from,
long to,
String timezone,
Map<String,String> variables) |
Modifier and Type | Method and Description |
---|---|
void |
Dashboard.setPanels(List<Panel> panels) |
void |
Panel.setPanels(List<Panel> panels) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<byte[]> |
GrafanaClientImpl.renderPngForPanel(Dashboard dashboard,
Panel panel,
int width,
int height,
long from,
long to,
String timezone,
Map<String,String> variables) |
Copyright © 2021. All rights reserved.