|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
Declarative description of a state set. More...
#include <stateset.hpp>

Public Attributes | |
| std::string_view | name {} |
| std::string_view | help {} |
| Labels | labels {} |
| comms::DisplayInfo | display {} |
| std::vector< std::string > | states {} |
Declarative description of a state set.
states enumerates the possible member names (e.g. {"starting", "running", "stopped"}).
| comms::DisplayInfo prom::StateSetSpec::display {} |
| std::string_view prom::StateSetSpec::help {} |
| Labels prom::StateSetSpec::labels {} |
| std::string_view prom::StateSetSpec::name {} |
| std::vector<std::string> prom::StateSetSpec::states {} |