Add canary analysis dashboard screen

This commit is contained in:
Stefan Prodan
2018-10-02 19:44:55 +03:00
parent 73644ea6e5
commit e092e516a0
2 changed files with 13 additions and 1 deletions
+13 -1
View File
@@ -22,7 +22,7 @@ Deploy Steerer in the `istio-system` namespace using Helm:
helm repo add steerer https://stefanprodan.github.io/steerer
# install or upgrade
helm upgrade --install steerer steerer/steerer \
helm upgrade -i steerer steerer/steerer \
--namespace=istio-system \
--set metricsServer=http://prometheus.istio-system:9090 \
--set controlLoopInterval=1m
@@ -353,6 +353,18 @@ Events:
Normal Synced 5s steerer Promotion completed! Scaling down podinfo-canary.test
```
Steerer comes with a Grafana dashboard made for canary analysis.
Install Grafana with Helm:
```bash
helm upgrade -i steerer-grafana steerer/grafana \
--namespace=istio-system \
--set url=http://prometheus.istio-system:9090
```
![steerer-grafana](https://github.com/stefanprodan/steerer/blob/master/docs/screens/grafana-canary-analysis.png)
### Contributing
Steerer is Apache 2.0 licensed and accepts contributions via GitHub pull requests.
Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB