mirror of https://github.com/fluxcd/flagger.git
Set Grafana dashboards readable IDs
This commit is contained in:
parent
bdd864fbdd
commit
f996cba354
|
|
@ -1243,6 +1243,6 @@
|
|||
},
|
||||
"timezone": "",
|
||||
"title": "AppMesh Canary",
|
||||
"uid": "wI-fAb3mz",
|
||||
"uid": "flagger-appmesh",
|
||||
"version": 4
|
||||
}
|
||||
|
|
@ -1680,6 +1680,6 @@
|
|||
},
|
||||
"timezone": "",
|
||||
"title": "Istio Canary",
|
||||
"uid": "RdykD7tiz",
|
||||
"uid": "flagger-istio",
|
||||
"version": 3
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue