|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
This is the complete list of members for prom::Registry, including all inherited members.
| adapter() const | prom::Registry | inline |
| add_const_label(std::string name, std::string value) | prom::Registry | inline |
| config() const | prom::Registry | inline |
| configure(RegistryConfig config) | prom::Registry | inline |
| const_labels() const | prom::Registry | inline |
| counter(const CounterSpec &spec) | prom::Registry | inline |
| create(AdapterPtr adapter=nullptr) | prom::Registry | inlinestatic |
| create(AdapterPtr adapter, RegistryConfig config) | prom::Registry | inlinestatic |
| display() const | prom::Registry | inline |
| gauge(const GaugeSpec &spec) | prom::Registry | inline |
| global() | prom::Registry | inlinestatic |
| histogram(const HistogramSpec &spec) | prom::Registry | inline |
| info(const InfoSpec &spec) | prom::Registry | inline |
| metrics() const | prom::Registry | inline |
| operator=(const Registry &)=delete | prom::Registry | |
| operator=(Registry &&)=delete | prom::Registry | |
| prefix() const | prom::Registry | inline |
| Registry(const Registry &)=delete | prom::Registry | |
| Registry(Registry &&)=delete | prom::Registry | |
| scope(std::string_view name) | prom::Registry | inlinestatic |
| scope(std::string_view name, ScopeConfig config) | prom::Registry | inlinestatic |
| set_adapter(AdapterPtr adapter) const | prom::Registry | inline |
| set_const_labels(Labels labels) | prom::Registry | inline |
| set_display(comms::DisplayInfo display) | prom::Registry | inline |
| set_prefix(std::string prefix) | prom::Registry | inline |
| stateset(const StateSetSpec &spec) | prom::Registry | inline |
| summary(const SummarySpec &spec) | prom::Registry | inline |
| try_counter(const CounterSpec &spec) noexcept | prom::Registry | inline |
| try_gauge(const GaugeSpec &spec) noexcept | prom::Registry | inline |
| try_histogram(const HistogramSpec &spec) noexcept | prom::Registry | inline |
| try_info(const InfoSpec &spec) noexcept | prom::Registry | inline |
| try_stateset(const StateSetSpec &spec) noexcept | prom::Registry | inline |
| try_summary(const SummarySpec &spec) noexcept | prom::Registry | inline |
| try_untyped(const UntypedSpec &spec) noexcept | prom::Registry | inline |
| untyped(const UntypedSpec &spec) | prom::Registry | inline |
| ~Registry()=default | prom::Registry |