|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
PrometheusCppAdapter — a fully-functional prom backend built on jupp0r/prometheus-cpp.
More...


Go to the source code of this file.
Classes | |
| class | prom::prometheus_cpp::PrometheusCppAdapter |
| Maps prom's metric types onto prometheus-cpp families and series. More... | |
Namespaces | |
| namespace | prometheus |
| namespace | prom |
| namespace | prom::prometheus_cpp |
PrometheusCppAdapter — a fully-functional prom backend built on jupp0r/prometheus-cpp.
This is the header a host application includes to install a real backend:
The prometheus-cpp headers never appear here — they live entirely inside src/adapter.cpp behind a pimpl, so prom's core stays free of them.