prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
Loading...
Searching...
No Matches
Classes | Namespaces
info.hpp File Reference

Info — static key/value metadata exposed as an *_info series. More...

#include <prom/metric_base.hpp>
#include <initializer_list>
#include <string_view>
#include <utility>
#include <vector>
Include dependency graph for info.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  prom::InfoSpec
 Declarative description of an info metric. More...
 
class  prom::Info
 An info metric: a single sample whose labels carry the payload (build version, commit, ...). More...
 

Namespaces

namespace  prom
 

Detailed Description

Info — static key/value metadata exposed as an *_info series.