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

Declarative description of a gauge. More...

#include <gauge.hpp>

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

Public Attributes

std::string_view name {}
 
std::string_view help {}
 
Labels labels {}
 
Unit unit {}
 
comms::DisplayInfo display {}
 

Detailed Description

Declarative description of a gauge.

Member Data Documentation

◆ display

comms::DisplayInfo prom::GaugeSpec::display {}

◆ help

std::string_view prom::GaugeSpec::help {}

◆ labels

Labels prom::GaugeSpec::labels {}

◆ name

std::string_view prom::GaugeSpec::name {}

◆ unit

Unit prom::GaugeSpec::unit {}

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