Set Grafana dashboards readable IDs

This commit is contained in:
stefanprodan 2019-03-26 17:01:57 +02:00
parent bdd864fbdd
commit f996cba354
3 changed files with 3 additions and 3 deletions

View File

@ -1243,6 +1243,6 @@
},
"timezone": "",
"title": "AppMesh Canary",
"uid": "wI-fAb3mz",
"uid": "flagger-appmesh",
"version": 4
}

View File

@ -1680,6 +1680,6 @@
},
"timezone": "",
"title": "Istio Canary",
"uid": "RdykD7tiz",
"uid": "flagger-istio",
"version": 3
}

View File

@ -212,7 +212,7 @@ Events:
**Note** that if you apply new changes to the deployment during the canary analysis, Flagger will restart the analysis.
During the analysis the canarys progress can be monitored with Grafana. The App Mesh dashboard URL is
http://localhost:3000/d/wI-fAb3mz/appmesh-canary?refresh=10s&orgId=1&var-namespace=test&var-primary=podinfo-primary&var-canary=podinfo
http://localhost:3000/d/flagger-appmesh/appmesh-canary?refresh=10s&orgId=1&var-namespace=test&var-primary=podinfo-primary&var-canary=podinfo
![App Mesh Canary Dashboard](https://raw.githubusercontent.com/weaveworks/flagger/master/docs/screens/flagger-grafana-appmesh.png)