mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
Monitoring WIP
This commit is contained in:
@@ -228,3 +228,26 @@ configured with a different filter:
|
||||
* `0.1.*` for GA
|
||||
* `0.2.*` for Canary
|
||||
|
||||
### Monitoring
|
||||
|
||||
Install Grafana chart with Weave Cloud data source:
|
||||
|
||||
```bash
|
||||
helm install --name weave \
|
||||
--set token=yghrfcs5berdqp68z7wfndcea93rq6nx \
|
||||
--set service.type=LoadBalancer \
|
||||
sp/grafana
|
||||
```
|
||||
|
||||
Start a load test for both GA and Canary deployments:
|
||||
|
||||
```bash
|
||||
hey -n 10000 -host podinfo.test http://$ENVOY
|
||||
hey -n 10000 -host podinfo.test -H 'X-Client: insider' http://$ENVOY
|
||||
```
|
||||
|
||||
Open Grafana's URL and navigate to Ambassador dashboard:
|
||||
|
||||

|
||||
|
||||
TODO: GA vs Canary RED metrics dashboard
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
Reference in New Issue
Block a user