Seastar
High performance C++ framework for concurrent servers
|
Holds prometheus related configuration
#include <seastar/core/prometheus.hh>
Public Attributes | |
sstring | metric_help |
Default help message for the returned metrics. | |
sstring | hostname |
hostname is deprecated, use label instead | |
std::optional< metrics::label_instance > | label |
A label that will be added to all metrics, we advice not to use it and set it on the prometheus server. | |
sstring | prefix = "seastar" |
a prefix that will be added to metric names | |
bool | allow_protobuf = false |
bool seastar::prometheus::config::allow_protobuf = false |
sstring seastar::prometheus::config::hostname |
hostname is deprecated, use label instead
std::optional<metrics::label_instance> seastar::prometheus::config::label |
A label that will be added to all metrics, we advice not to use it and set it on the prometheus server.
sstring seastar::prometheus::config::metric_help |
Default help message for the returned metrics.
sstring seastar::prometheus::config::prefix = "seastar" |
a prefix that will be added to metric names