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

Declarative description of an untyped metric. More...

#include <untyped.hpp>

Collaboration diagram for prom::UntypedSpec:
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 an untyped metric.

Member Data Documentation

◆ display

comms::DisplayInfo prom::UntypedSpec::display {}

◆ help

std::string_view prom::UntypedSpec::help {}

◆ labels

Labels prom::UntypedSpec::labels {}

◆ name

std::string_view prom::UntypedSpec::name {}

◆ unit

Unit prom::UntypedSpec::unit {}

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