Learn about the Grafana Integration.
Grafana Data Source Plugin Integration
Wavefront can be used as a data source for Grafana.
The Wavefront data source plugin for Grafana provides a basic query builder and the entire Wavefront Query Language. You can use multiple queries in a single chart. The plugin also supports dashboard variables.
In addition, you can also set up and use Wavefront as a Prometheus data source in Grafana.
Grafana Data Source Plugin Integration Setup
This Grafana data source plugin makes it possible to visualize data collected by Wavefront in Grafana dashboards.
You can use Grafana dashboard variables and templating with this plugin. Dynamic Grafana dashboard variables can be
created using Wavefront ts()
queries. Read more
about the data source plugin features and limitations.
Set Up the Wavefront Data Source Plugin
- Clone the Wavefront data source plugin’s Github repository.
git clone https://github.com/wavefrontHQ/grafana-wavefront-datasource.git
- Create a
wavefront-datasource
folder in your Grafana plugins (your plugins folder may be different).mkdir /var/lib/grafana/plugins/wavefront-datasource
- Copy the plugin’s
dist
folder into the newly createdwavefront-datasource
folder inside thegrafana/plugins
folder.cp -R grafana-wavefront-datasource/dist/* /var/lib/grafana/plugins/wavefront-datasource/
- Restart Grafana.