|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
StateSet — a set of mutually-related boolean states, and StateSetSpec.
More...
#include <prom/metric_base.hpp>#include <string>#include <string_view>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| struct | prom::StateSetSpec |
| Declarative description of a state set. More... | |
| class | prom::StateSet |
| A state set: each declared state is a boolean, exposed as one series per state with value 0 or 1. More... | |
Namespaces | |
| namespace | prom |
StateSet — a set of mutually-related boolean states, and StateSetSpec.