Skip to content

Commit f996cba

Browse files
committed
Set Grafana dashboards readable IDs
1 parent bdd864f commit f996cba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/grafana/dashboards/appmesh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,6 @@
12431243
},
12441244
"timezone": "",
12451245
"title": "AppMesh Canary",
1246-
"uid": "wI-fAb3mz",
1246+
"uid": "flagger-appmesh",
12471247
"version": 4
12481248
}

charts/grafana/dashboards/istio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,6 @@
16801680
},
16811681
"timezone": "",
16821682
"title": "Istio Canary",
1683-
"uid": "RdykD7tiz",
1683+
"uid": "flagger-istio",
16841684
"version": 3
16851685
}

docs/gitbook/usage/appmesh-progressive-delivery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Events:
212212
**Note** that if you apply new changes to the deployment during the canary analysis, Flagger will restart the analysis.
213213

214214
During the analysis the canary’s progress can be monitored with Grafana. The App Mesh dashboard URL is
215-
http://localhost:3000/d/wI-fAb3mz/appmesh-canary?refresh=10s&orgId=1&var-namespace=test&var-primary=podinfo-primary&var-canary=podinfo
215+
http://localhost:3000/d/flagger-appmesh/appmesh-canary?refresh=10s&orgId=1&var-namespace=test&var-primary=podinfo-primary&var-canary=podinfo
216216

217217
![App Mesh Canary Dashboard](https://raw.githubusercontent.com/weaveworks/flagger/master/docs/screens/flagger-grafana-appmesh.png)
218218

0 commit comments

Comments
 (0)