prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
prom::Label Struct Reference

A single name="value" label pair. More...

#include <labels.hpp>

Collaboration diagram for prom::Label:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const Label &) const =default
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

A single name="value" label pair.

Member Function Documentation

◆ operator==()

bool prom::Label::operator== ( const Label ) const
default

Member Data Documentation

◆ name

std::string prom::Label::name

◆ value

std::string prom::Label::value

The documentation for this struct was generated from the following file: