Skip to content

fix: Adjust Runway latency metrics

Alejandro Rodríguez requested to merge runway-latency-metrics into master

The underlying metric behaves like a gauge, instead of a counter (see discussion at gitlab-com/gl-infra/platform/runway/team#89 (comment 1546764061)). To accomodate this, allow overwriting the rangeVectorFunction used in our histograms per Apdex definition.

We also adjust to the actual values of the latency buckets in GCP's metric by adjusting our thresholds to existing values, and changing the graph y axis to milliseconds instead of seconds.

Remediation for gitlab-com/gl-infra/platform/runway/team#89 (closed)

Dashboard snapshot: https://dashboards.gitlab.net/dashboard/snapshot/nqMbXhseM8rW0kopo4YQgEYM3oMIldhC?orgId=1

Merge request reports