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

Declarative description of an info metric. More...

#include <info.hpp>

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

Public Attributes

std::string_view name {}
 
std::string_view help {}
 
Labels labels {}
 Constant labels carried alongside the info set.
 
comms::DisplayInfo display {}
 

Detailed Description

Declarative description of an info metric.

Member Data Documentation

◆ display

comms::DisplayInfo prom::InfoSpec::display {}

◆ help

std::string_view prom::InfoSpec::help {}

◆ labels

Labels prom::InfoSpec::labels {}

Constant labels carried alongside the info set.

◆ name

std::string_view prom::InfoSpec::name {}

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