|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
A resolved (adapter, handle) snapshot — the result of bind().
More...
#include <metric_base.hpp>

Public Attributes | |
| AdapterPtr | adapter |
| MetricHandle | handle |
A resolved (adapter, handle) snapshot — the result of bind().
Callers operate on this copy so a concurrent re-bind of a scoped metric cannot invalidate the adapter/handle mid-operation.
| AdapterPtr prom::MetricBase< Derived >::Binding::adapter |
| MetricHandle prom::MetricBase< Derived >::Binding::handle |