Fix the dashboard and the steps to browse it

This commit is contained in:
Yusuke Kuoka
2019-12-17 20:18:33 +09:00
parent 1e5d05c3fc
commit 58c3cebaac
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 2,
"id": 3,
"iteration": 1553160305729,
"links": [],
"panels": [
@@ -225,10 +225,18 @@ When the canary analysis starts, Flagger will call the pre-rollout webhooks befo
During the analysis the canarys progress can be monitored with Grafana.
Flagger comes with a Grafana dashboard made for canary analysis. Install Grafana with Helm:
```bash
helm upgrade -i flagger-grafana flagger/grafana \
--namespace=test \
--set url=http://flagger-prometheus:9090
```
Run:
```bash
kubectl port-forward svc/flagger-grafana 3000
kubectl port-forward --namespace test svc/flagger-grafana 3000:80
```
The Envoy dashboard URL is