You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.