diff --git a/charts/grafana/dashboards/appmesh.json b/charts/grafana/dashboards/appmesh.json index 133acad6..c66a2217 100644 --- a/charts/grafana/dashboards/appmesh.json +++ b/charts/grafana/dashboards/appmesh.json @@ -1243,6 +1243,6 @@ }, "timezone": "", "title": "AppMesh Canary", - "uid": "wI-fAb3mz", + "uid": "flagger-appmesh", "version": 4 } \ No newline at end of file diff --git a/charts/grafana/dashboards/istio.json b/charts/grafana/dashboards/istio.json index f2a4ca96..539ef535 100644 --- a/charts/grafana/dashboards/istio.json +++ b/charts/grafana/dashboards/istio.json @@ -1680,6 +1680,6 @@ }, "timezone": "", "title": "Istio Canary", - "uid": "RdykD7tiz", + "uid": "flagger-istio", "version": 3 } \ No newline at end of file diff --git a/docs/gitbook/usage/appmesh-progressive-delivery.md b/docs/gitbook/usage/appmesh-progressive-delivery.md index e4bfa396..9f006e1e 100644 --- a/docs/gitbook/usage/appmesh-progressive-delivery.md +++ b/docs/gitbook/usage/appmesh-progressive-delivery.md @@ -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://raw.githubusercontent.com/weaveworks/flagger/master/docs/screens/flagger-grafana-appmesh.png)