cloud-bulldozer / performance-dashboards

Performance dashboards from the Perf & Scale team
Apache License 2.0
17 stars 40 forks source link

changing `rate` to `irate` for container cpu metric #26

Closed mukrishn closed 2 years ago

mukrishn commented 2 years ago

Description

irate is more precise for cpu counter metrics than rate - https://prometheus.io/docs/prometheus/latest/querying/functions/#irate kube-burner uses irate as well for container cpu usage.

Fixes

mukrishn commented 2 years ago

@smalleni @rsevilla87 PTAL