|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
Declarative description of a histogram. More...
#include <histogram.hpp>

Public Attributes | |
| std::string_view | name {} |
| std::string_view | help {} |
| Labels | labels {} |
| Unit | unit {} |
| comms::DisplayInfo | display {} |
| std::vector< double > | buckets {} |
| Upper bounds; default set used when empty. | |
Declarative description of a histogram.
| std::vector<double> prom::HistogramSpec::buckets {} |
Upper bounds; default set used when empty.
| comms::DisplayInfo prom::HistogramSpec::display {} |
| std::string_view prom::HistogramSpec::help {} |
| Labels prom::HistogramSpec::labels {} |
| std::string_view prom::HistogramSpec::name {} |
| Unit prom::HistogramSpec::unit {} |