grafana-api-java-client
grafana-api-java-client copied to clipboard
A simple java client for interacting with Grafana using a fluent interface.
Not all fields from the Grafana API model are currently represented in the model classes, resulting in data loss when, for example, copying an dashboard and uploading the result. Fortunately,...
Otherwise deserialization will fail (against Grafana 4.6.2, at least) due to an apparently flexible representation of certain fields as either a string or an array of strings (e.g. "tags"). Please...
The getters and (fluent) setters are public, so the fields should not be exposed directly. Please note that I have created a [fork](https://github.com/bascarsija/grafana-api-java-client) that already implements this, and can produce...
I’m hoping to use this library to configure Grafana connected to an influxdb data source. The first problem I’ve ran into is that the dashboard panel target for influxdb doesn’t...