deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

fix(grafana): Redis cpu graph was not selecting right data #126

Closed jchauncey closed 8 years ago

jchauncey commented 8 years ago

Testing steps:

  1. Checkout pr
  2. run make build push in grafana directory
  3. login grafana.mydomain.com - admin/admin
  4. Make sure the Redis CPU graph is reporting normal metric levels (just a few milliseconds of cpu usage not hours).
krancour commented 8 years ago

Too hard to review these wholesale JSON changes... so I tested with on-cluster and off-cluster Redis and see what I expected. With off-cluster, CPU graph shows nothing, with on-cluster CPU graph shows usage that looks pretty similar to the ops/second graph-- a good sign that it's correct now. 👍

mboersma commented 8 years ago

Redis CPU graph looks sane here after testing. 👍