Skip to content

fix(runway): Remove the `rate()` function from metrics that are already rates.

Florian Forster requested to merge fforster/runway-loadbalancer into master

fix(runway): Remove the rate() function from metrics that are already rates.

The Stackdriver exporter already converts counters into "rate per minute". This change removes all incorrect uses of rate() and divides by 60 where necessary.

I have verified all graphs with the GCP metric explorer to ensure that the scaling factor is correct.

Snapshot: https://dashboards.gitlab.net/dashboard/snapshot/WFURpxl2WmC1rPenUJOr6HW80t2LeDwk

Edited by Florian Forster

Merge request reports