Documentation/etcd-mixin: Set unique UID for Grafana dashboard

This commit is contained in:
Frederic Branczyk 2020-04-07 18:13:41 +02:00
parent 7eae024ead
commit 68c5f6066f
No known key found for this signature in database
GPG Key ID: 7741A52782A90069

View File

@ -217,7 +217,7 @@
grafanaDashboards+:: { grafanaDashboards+:: {
'etcd.json': { 'etcd.json': {
id: 6, uid: std.md5('etcd.json'),
title: 'etcd', title: 'etcd',
description: 'etcd sample Grafana dashboard with Prometheus', description: 'etcd sample Grafana dashboard with Prometheus',
tags: [], tags: [],