Grafana is a multi-platform open source analytics and interactive visualization web application. This check monitors Grafana through the Datadog Agent.
To install the Grafana check on your host:
-
Install the developer toolkit on any machine.
-
Run
ddev release build grafanato build the package. -
Upload the build artifact to any host with an Agent and run
datadog-agent integration install -w path/to/grafana/dist/<ARTIFACT_NAME>.whl.
-
Enable the internal Grafana metrics using the Grafana config file
#################################### Internal Grafana Metrics ############ # Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId [metrics] enabled = true -
Edit the
grafana/conf.yamlfile in theconf.d/folder at the root of your Agent's configuration directory to start collecting your Grafana metrics. See the sample grafana/conf.yaml for all available configuration options.
Run the Agent's status subcommand and look for grafana under the Checks section.
See metadata.csv for a list of metrics provided by this integration.
The Grafana integration does not include any events.
Need help? Contact the maintainer of this integration.