Clio develop
The XRP Ledger API server.
|
This is the complete list of members for util::prometheus::PrometheusImpl, including all inherited members.
boolMetric(std::string name, Labels labels, std::optional< std::string > description=std::nullopt) override | util::prometheus::PrometheusImpl | virtual |
collectMetrics() override | util::prometheus::PrometheusImpl | virtual |
compressReplyEnabled() const | util::prometheus::PrometheusInterface | inline |
counterDouble(std::string name, Labels labels, std::optional< std::string > description) override | util::prometheus::PrometheusImpl | virtual |
counterInt(std::string name, Labels labels, std::optional< std::string > description) override | util::prometheus::PrometheusImpl | virtual |
gaugeDouble(std::string name, Labels labels, std::optional< std::string > description) override | util::prometheus::PrometheusImpl | virtual |
gaugeInt(std::string name, Labels labels, std::optional< std::string > description) override | util::prometheus::PrometheusImpl | virtual |
histogramDouble(std::string name, Labels labels, std::vector< double > const &buckets, std::optional< std::string > description=std::nullopt) override | util::prometheus::PrometheusImpl | virtual |
histogramInt(std::string name, Labels labels, std::vector< std::int64_t > const &buckets, std::optional< std::string > description=std::nullopt) override | util::prometheus::PrometheusImpl | virtual |
isEnabled() const | util::prometheus::PrometheusInterface | inline |
PrometheusInterface(bool isEnabled, bool compressReply) | util::prometheus::PrometheusImpl | inline |
~PrometheusInterface()=default (defined in util::prometheus::PrometheusInterface) | util::prometheus::PrometheusInterface | virtual |