Atlas by Netflix is a backend for managing dimensional time series data.
Additional docs at github.io
This Grafana 3.x plugin for Atlas provides a query builder with aliases, dimensions, aggregations and grouping.
The query builder provides metric hints for tags on the fly, along with their dimensions, allowing you to construct Atlas queries easily.
A "raw" query method is also available via a toggle in the query builder that will accept well-formed Atlas queries.
A docker-compose.yml
file is provided to easily stand up a Grafana 3.x/4.x server with this datasource mapped to the container.
- Copy/clone this repos into /var/lib/grafana/plugins
- Restarting
grafana-server
is required to pick up the plugin.
Once the plugin is "feature complete" a PR will be made to add this plugin to the official datasource plugins on Grafana.net
You need to run Atlas 1.5.0+ for this to function properly as std.json
output is mandatory.
Add a new graph to a dashboard and select the Atlas datasource.
Select the textbox for metrics, and hints will be provided:
Hints for dimensions that apply the selected metric are also provided.
Add a new graph to a dashboard and select the Atlas datasource.
This plugin is inspired by the v2.6 plugin available at https://github.com/upwork/grafana-atlas-datasource
More info about Atlas data formats here.