Skip to content

Adjust SQL and transaction Prometheus buckets

Yorick Peterse requested to merge sql-buckets into master

What does this MR do?

This adjusts the Prometheus buckets for SQL and transaction timings, allowing us to more precisely calculate Apdex scores. For example, for SQL timings we want a target time of 100 ms, but allow up to 250 ms. This means that for apdex, our target time is 100 ms and the desirable time 250 ms. Previously we'd be forced to using a desirable time of 1 second, which is way too high.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports