Millseconds vs seconds mis-match between measurement and Histogram
Bug #2069431 reported by
tdevelioglu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstacksdk |
New
|
Undecided
|
Unassigned |
Bug Description
The Prometheus instrumentation is measuring the response time in milliseconds but the Histogram is configured using the default buckets which are in seconds so you end up without any useful measurements.
The idiomatic base unit when instrumenting time with Prometheus is seconds, reference https:/
It would also be good if we could just pass a custom list of buckets instead of a full instance of Histogram without having to know what labels to use (and break the client side if they change).
To post a comment you must log in.