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

Gauge — a value that can move in both directions, and GaugeSpec. More...

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

Go to the source code of this file.

Classes

struct  prom::GaugeSpec
 Declarative description of a gauge. More...
 
class  prom::Gauge
 A gauge. More...
 

Namespaces

namespace  prom
 

Detailed Description

Gauge — a value that can move in both directions, and GaugeSpec.