- Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
#1313 added created timestamp to the internal histogram data model:
I don't see a way for clients to set the value for created timestamp? Specifically we are trying to use prometheus.NewConstHistogram
I think this is why we're not getting any results when trying to calculate histogram_quantile
since our _bucket
counts don't start at zero without created timestamp injection. It'd also be nice if the _sum
and _count
metrics had zero injection.
Curious to know if hiding created timestamp from clients is intentional here, like if this part of the feature is WIP.
Metadata
Metadata
Assignees
Labels
No labels