prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
Loading...
Searching...
No Matches
prom::Registry Member List

This is the complete list of members for prom::Registry, including all inherited members.

adapter() constprom::Registryinline
add_const_label(std::string name, std::string value)prom::Registryinline
config() constprom::Registryinline
configure(RegistryConfig config)prom::Registryinline
const_labels() constprom::Registryinline
counter(const CounterSpec &spec)prom::Registryinline
create(AdapterPtr adapter=nullptr)prom::Registryinlinestatic
create(AdapterPtr adapter, RegistryConfig config)prom::Registryinlinestatic
display() constprom::Registryinline
gauge(const GaugeSpec &spec)prom::Registryinline
global()prom::Registryinlinestatic
histogram(const HistogramSpec &spec)prom::Registryinline
info(const InfoSpec &spec)prom::Registryinline
metrics() constprom::Registryinline
operator=(const Registry &)=deleteprom::Registry
operator=(Registry &&)=deleteprom::Registry
prefix() constprom::Registryinline
Registry(const Registry &)=deleteprom::Registry
Registry(Registry &&)=deleteprom::Registry
scope(std::string_view name)prom::Registryinlinestatic
scope(std::string_view name, ScopeConfig config)prom::Registryinlinestatic
set_adapter(AdapterPtr adapter) constprom::Registryinline
set_const_labels(Labels labels)prom::Registryinline
set_display(comms::DisplayInfo display)prom::Registryinline
set_prefix(std::string prefix)prom::Registryinline
stateset(const StateSetSpec &spec)prom::Registryinline
summary(const SummarySpec &spec)prom::Registryinline
try_counter(const CounterSpec &spec) noexceptprom::Registryinline
try_gauge(const GaugeSpec &spec) noexceptprom::Registryinline
try_histogram(const HistogramSpec &spec) noexceptprom::Registryinline
try_info(const InfoSpec &spec) noexceptprom::Registryinline
try_stateset(const StateSetSpec &spec) noexceptprom::Registryinline
try_summary(const SummarySpec &spec) noexceptprom::Registryinline
try_untyped(const UntypedSpec &spec) noexceptprom::Registryinline
untyped(const UntypedSpec &spec)prom::Registryinline
~Registry()=defaultprom::Registry