Prometheus Client Library for Modern C++
prometheus::Histogram Member List

This is the complete list of members for prometheus::Histogram, including all inherited members.

BucketBoundaries typedef (defined in prometheus::Histogram)prometheus::Histogram
Collect() constprometheus::Histogram
Histogram(const BucketBoundaries &buckets)prometheus::Histogramexplicit
Histogram(BucketBoundaries &&buckets)prometheus::Histogramexplicit
metric_type (defined in prometheus::Histogram)prometheus::Histogramstatic
Observe(double value)prometheus::Histogram
ObserveMultiple(const std::vector< double > &bucket_increments, double sum_of_values)prometheus::Histogram
Reset()prometheus::Histogram