Skip to content

Commit

Permalink
Set Grafana dashboards readable IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 26, 2019
1 parent bdd864f commit f996cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/dashboards/appmesh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,6 @@
},
"timezone": "",
"title": "AppMesh Canary",
"uid": "wI-fAb3mz",
"uid": "flagger-appmesh",
"version": 4
}
2 changes: 1 addition & 1 deletion charts/grafana/dashboards/istio.json
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,6 @@
},
"timezone": "",
"title": "Istio Canary",
"uid": "RdykD7tiz",
"uid": "flagger-istio",
"version": 3
}
2 changes: 1 addition & 1 deletion docs/gitbook/usage/appmesh-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 canary’s 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://github.com/raw/weaveworks/flagger/master/docs/screens/flagger-grafana-appmesh.png)

Expand Down

0 comments on commit f996cba

Please sign in to comment.