Skip to content

Commit

Permalink
Remove id from dashboard mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
serathius committed Jun 26, 2018
1 parent 8f6348a commit b00995e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/etcd-mixin/mixin.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@

grafanaDashboards+:: {
'etcd.json': {
id: 6,
uid: std.md5('etcd.json'),
title: 'etcd',
description: 'etcd sample Grafana dashboard with Prometheus',
tags: [],
Expand Down
4 changes: 2 additions & 2 deletions Documentation/op-guide/grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"editable": true,
"gnetId": null,
"hideControls": false,
"id": 6,
"links": [

],
Expand Down Expand Up @@ -341,7 +340,7 @@
"steppedLine": false,
"targets": [
{
"expr": "etcd_mvcc_db_total_size_in_bytes{job=\"$cluster\"}",
"expr": "etcd_debugging_mvcc_db_total_size_in_bytes{job=\"$cluster\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
Expand Down Expand Up @@ -1220,6 +1219,7 @@
},
"timezone": "browser",
"title": "etcd",
"uid": "c2f4e12cdf69feb95caa41a5a1b423d9",
"version": 215
}
}

0 comments on commit b00995e

Please sign in to comment.