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

Untyped — a bare value with no semantic constraints, and UntypedSpec. More...

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

Go to the source code of this file.

Classes

struct  prom::UntypedSpec
 Declarative description of an untyped metric. More...
 
class  prom::Untyped
 An untyped metric: just a settable value. More...
 

Namespaces

namespace  prom
 

Detailed Description

Untyped — a bare value with no semantic constraints, and UntypedSpec.