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
{{ message }}
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
See #364 for the background.
= For distributions, don't record derived metrics: <metric>_sum, <metric>_count, <metric>_bucket as independent metrics. Instead of that, store derived metric names in the data keys.
Screenshot: http://screen/aqVaeUPJ2ff
PiperOrigin-RevId: 295877661
See #364 for the background.
= For distributions, don't record derived metrics: <metric>_sum, <metric>_count, <metric>_bucket as independent metrics. Instead of that, store derived metric names in the data keys.
PiperOrigin-RevId: 295877661
In prometheus docs,
https://prometheus.io/docs/instrumenting/exposition_formats/#histograms-and-summaries
histogram type has a TYPE line for
x
and three metricsx_sum
,x_count
andx_bucket
.However, prometheus surfacer outputs a TYPE line for each metrics.
My configuration:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: