Skip to content

Commit

Permalink
Fix the dashboard and the steps to browse it
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Dec 17, 2019
1 parent 1e5d05c commit 58c3ceb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/dashboards/envoy.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 2,
"id": 3,
"iteration": 1553160305729,
"links": [],
"panels": [
Expand Down
10 changes: 9 additions & 1 deletion docs/gitbook/usage/envoy-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,18 @@ When the canary analysis starts, Flagger will call the pre-rollout webhooks befo

During the analysis the canary’s 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
Expand Down

0 comments on commit 58c3ceb

Please sign in to comment.