prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
Loading...
Searching...
No Matches
Classes | Namespaces
stateset.hpp File Reference

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>
Include dependency graph for stateset.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

StateSet — a set of mutually-related boolean states, and StateSetSpec.