mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
fad098c9d1
commit
67bfdaeb3c
@ -1,5 +1,9 @@
|
|||||||
# 6.6.0 (unreleased)
|
# 6.6.0 (unreleased)
|
||||||
|
|
||||||
|
### Features / Enhancements
|
||||||
|
|
||||||
|
* **Graphite**: Add Metrictank dashboard to Graphite datasource
|
||||||
|
|
||||||
# 6.5.1 (2019-11-28)
|
# 6.5.1 (2019-11-28)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
4816
public/app/plugins/datasource/graphite/dashboards/metrictank.json
Normal file
4816
public/app/plugins/datasource/graphite/dashboards/metrictank.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,10 @@
|
|||||||
"id": "graphite",
|
"id": "graphite",
|
||||||
"category": "tsdb",
|
"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,
|
"metrics": true,
|
||||||
"alerting": true,
|
"alerting": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user