When loading the nicely provided (thank you !) etcd Grafana-Dashboard (https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/monitoring.md / https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/grafana.json) does not render anything in Grafana anymore.
The dashboard can be imported, but then renders as empty dashboard page in Grafana.
i'm facing the same problem, i got nothing , settings of "JSON MODEL" only showed this:
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 32,
"links": [],
"panels": [],
"schemaVersion": 19,
"style": "dark",
"tags": [],
"templating": {
"list": []
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "etcd",
"uid": "VK4fKQTWk",
"version": 1
}
To solve it, remove the
"etcd.json": {
line and the matching "}" at the end.
To solve it, remove the
"etcd.json": {line and the matching "}" at the end.
it solved
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
@jinxiao @manicole I created a PR https://github.com/etcd-io/etcd/pull/11994 with this change.
If you don't mind, kindly check it out to verify I changed the dashboard json correctly.
ping.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
ping.
My PR "timed out" :-(
Most helpful comment
To solve it, remove the
line and the matching "}" at the end.