6#include "prometheus/metric_family.h"
11std::vector<prometheus::MetricFamily> CollectMetrics(
12 const std::vector<std::weak_ptr<prometheus::Collectable>>& collectables);
Interface implemented by anything that can be used by Prometheus to collect metrics.
Definition collectable.h:17