Clio develop
The XRP Ledger API server.
|
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) | PrometheusService | static |
collectMetrics() | PrometheusService | static |
compressReplyEnabled() | PrometheusService | static |
counterDouble(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt) | PrometheusService | static |
counterInt(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt) | PrometheusService | static |
gaugeDouble(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt) | PrometheusService | static |
gaugeInt(std::string name, util::prometheus::Labels labels, std::optional< std::string > description=std::nullopt) | PrometheusService | static |
histogramDouble(std::string name, util::prometheus::Labels labels, std::vector< double > const &buckets, std::optional< std::string > description=std::nullopt) | PrometheusService | static |
histogramInt(std::string name, util::prometheus::Labels labels, std::vector< std::int64_t > const &buckets, std::optional< std::string > description=std::nullopt) | PrometheusService | static |
init(util::config::ClioConfigDefinition const &config) | PrometheusService | static |
instance() | PrometheusService | static |
isEnabled() | PrometheusService | static |
replaceInstance(std::unique_ptr< util::prometheus::PrometheusInterface > inst) | PrometheusService | static |