Closed krast closed 7 years ago
I believe you can use the rate provided by prometheus in grafana to calculate TPS. In this example, the avg TPS is calculated in buckets of 1 min.
rate(counter_status_201_repository[1m])
@monkey-codes Thanks for replying to the issues. I am trying to add some monitor for zuul. I can't find a springcloud official examples. I find your blog, it's a great example for me. Now, I know how to do it.
I believe you can use the rate provided by prometheus in grafana to calculate TPS. In this example, the avg TPS is calculated in buckets of 1 min.