|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
Backend state for a composite family or child: the index-aligned bundle of the handles each wrapped adapter returned. More...
#include <composite_adapter.hpp>


Public Attributes | |
| std::vector< MetricHandle > | handles |
| Per-child handles, child-index aligned. | |
Additional Inherited Members | |
Public Member Functions inherited from prom::MetricState | |
| MetricState ()=default | |
| MetricState (const MetricState &)=default | |
| MetricState & | operator= (const MetricState &)=default |
| MetricState (MetricState &&)=default | |
| MetricState & | operator= (MetricState &&)=default |
| virtual | ~MetricState ()=default |
Backend state for a composite family or child: the index-aligned bundle of the handles each wrapped adapter returned.
handles[i] belongs to the composite's i-th adapter.
| std::vector<MetricHandle> prom::CompositeState::handles |
Per-child handles, child-index aligned.