Graphite: Add metrictank dashboard to Graphite datasource (#20776)

Adds the latest metrictank dashboard (v0.13.1)
per https://github.com/grafana/metrictank/pull/1557
(same version lives on https://grafana.com/grafana/dashboards/279)

fixes #20658

Note: for older versions of metrictank, some metrics may be a bit
different and thus some charts might not work.
This commit is contained in:
Dieter Plaetinck 2019-11-29 22:40:02 +02:00 committed by Torkel Ödegaard
parent fad098c9d1
commit 67bfdaeb3c
3 changed files with 4824 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# 6.6.0 (unreleased)
### Features / Enhancements
* **Graphite**: Add Metrictank dashboard to Graphite datasource
# 6.5.1 (2019-11-28)
### Bug Fixes

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,10 @@
"id": "graphite",
"category": "tsdb",
"includes": [{ "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" }],
"includes": [
{ "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" },
{ "type": "dashboard", "name": "Metrictank (Graphite alternative)", "path": "dashboards/metrictank.json" }
],
"metrics": true,
"alerting": true,