|
Prometheus Client Library for Modern C++
|
Interface implemented by anything that can be used by Prometheus to collect metrics. More...

Public Member Functions | |
| virtual std::vector< MetricFamily > | Collect () const =0 |
| Returns a list of metrics and their samples. | |
Interface implemented by anything that can be used by Prometheus to collect metrics.
A Collectable has to be registered for collection. See Registry.
1.8.17