|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
A single name="value" label pair.
More...
#include <labels.hpp>

Public Member Functions | |
| bool | operator== (const Label &) const =default |
Public Attributes | |
| std::string | name |
| std::string | value |
A single name="value" label pair.
|
default |
| std::string prom::Label::name |
| std::string prom::Label::value |