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

Declarative description of a summary. More...

#include <summary.hpp>

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

Public Attributes

std::string_view name {}
 
std::string_view help {}
 
Labels labels {}
 
Unit unit {}
 
comms::DisplayInfo display {}
 
std::vector< double > quantiles {}
 Target quantiles; default set used when empty.
 

Detailed Description

Declarative description of a summary.

Member Data Documentation

◆ display

comms::DisplayInfo prom::SummarySpec::display {}

◆ help

std::string_view prom::SummarySpec::help {}

◆ labels

Labels prom::SummarySpec::labels {}

◆ name

std::string_view prom::SummarySpec::name {}

◆ quantiles

std::vector<double> prom::SummarySpec::quantiles {}

Target quantiles; default set used when empty.

◆ unit

Unit prom::SummarySpec::unit {}

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