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

Public Attributes | |
| std::string_view | name {} |
| std::string_view | help {} |
| Labels | labels {} |
| Unit | unit {} |
| comms::DisplayInfo | display {} |
Declarative description of an untyped metric.
| comms::DisplayInfo prom::UntypedSpec::display {} |
| std::string_view prom::UntypedSpec::help {} |
| Labels prom::UntypedSpec::labels {} |
| std::string_view prom::UntypedSpec::name {} |
| Unit prom::UntypedSpec::unit {} |