|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
This is the complete list of members for prom::Summary, including all inherited members.
| bind() const noexcept | prom::MetricBase< Summary > | inlineprotected |
| check_finite(const double value, std::string_view op) const noexcept | prom::MetricBase< Summary > | inlineprotected |
| core() const noexcept | prom::MetricBase< Summary > | inlineprotected |
| core_ | prom::MetricBase< Summary > | protected |
| labels(const Labels &dynamic) const noexcept | prom::Summary | inline |
| logger() noexcept | prom::MetricBase< Summary > | inlineprotectedstatic |
| make_child(const Labels &dynamic) const noexcept | prom::MetricBase< Summary > | inlineprotected |
| MetricBase(const MetricType type, const std::string_view name, const std::string_view help) | prom::MetricBase< Summary > | inlineprotected |
| MetricBase(std::shared_ptr< MetricCore > core) | prom::MetricBase< Summary > | inlineexplicitprotected |
| MetricBase(const MetricBase &)=default | prom::MetricBase< Summary > | protected |
| MetricBase(MetricBase &&)=default | prom::MetricBase< Summary > | protected |
| name() const noexcept | prom::MetricBase< Summary > | inline |
| observe(T value) noexcept | prom::Summary | inline |
| observe(const V &value) noexcept | prom::Summary | inline |
| operator=(const MetricBase &)=default | prom::MetricBase< Summary > | protected |
| operator=(MetricBase &&)=default | prom::MetricBase< Summary > | protected |
| reconcile_unit(const Unit &observed, Adapter &adapter) const noexcept | prom::MetricBase< Summary > | inlineprotected |
| Summary(const std::string_view name, const std::string_view help) | prom::Summary | inline |
| Summary(const SummarySpec &spec) | prom::Summary | inlineexplicit |
| Summary(std::shared_ptr< MetricCore > core) | prom::Summary | inlineexplicit |
| type() const noexcept | prom::MetricBase< Summary > | inline |
| ~MetricBase()=default | prom::MetricBase< Summary > | protected |