Skip to content
Discussion options

You must be logged in to vote

This is a Prometheus histogram:

A histogram with a base metric name of exposes multiple time series during a scrape:

  • cumulative counters for the observation buckets, exposed as <basename>_bucket{le="<upper inclusive bound>"}
  • the total sum of all observed values, exposed as <basename>_sum
  • the count of events that have been observed, exposed as _count (identical to <basename>_bucket{le="+Inf"} above)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olix0r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant