Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
PrometheusService Member List

This is the complete list of members for PrometheusService, including all inherited members.

boolMetric(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
collectMetrics()PrometheusServicestatic
compressReplyEnabled()PrometheusServicestatic
counterDouble(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
counterInt(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
gaugeDouble(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
gaugeInt(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
histogramDouble(std::string name, util::prometheus::Labels labels, std::vector< double > const &buckets, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
histogramInt(std::string name, util::prometheus::Labels labels, std::vector< std::int64_t > const &buckets, std::optional< std::string > description=std::nullopt)PrometheusServicestatic
init(util::config::ClioConfigDefinition const &config)PrometheusServicestatic
instance()PrometheusServicestatic
isEnabled()PrometheusServicestatic
replaceInstance(std::unique_ptr< util::prometheus::PrometheusInterface > inst)PrometheusServicestatic