NVIDIA DeepStream SDK API Reference

8.0 Release
sources/includes/prometheus/metric_family.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <vector>
5 
6 #include "prometheus/client_metric.h"
7 #include "prometheus/detail/core_export.h"
8 #include "prometheus/metric_type.h"
9 
10 namespace prometheus {
11 
13  std::string name;
14  std::string help;
16  std::vector<ClientMetric> metric;
17 };
18 } // namespace prometheus
prometheus::MetricFamily::help
std::string help
Definition: sources/includes/prometheus/metric_family.h:14
prometheus::MetricFamily::metric
std::vector< ClientMetric > metric
Definition: sources/includes/prometheus/metric_family.h:16
prometheus::MetricFamily::name
std::string name
Definition: sources/includes/prometheus/metric_family.h:13
prometheus::MetricFamily
Definition: sources/includes/prometheus/metric_family.h:12
prometheus::MetricType::Untyped
@ Untyped
prometheus::MetricType
MetricType
Definition: sources/includes/prometheus/metric_type.h:5
prometheus
Definition: sources/includes/prometheus/check_names.h:8
PROMETHEUS_CPP_CORE_EXPORT
#define PROMETHEUS_CPP_CORE_EXPORT
Definition: sources/includes/prometheus/detail/core_export.h:15