6 #include "prometheus/client_metric.h"
7 #include "prometheus/detail/core_export.h"
8 #include "prometheus/metric_type.h"
10 namespace prometheus {
15 MetricType type = MetricType::Untyped;
16 std::vector<ClientMetric> metric;
Definition: metric_family.h:12