NVIDIA DeepStream SDK API Reference

9.0 Release
sources/includes/prometheus/metric_type.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace prometheus {
4 
5 enum class MetricType {
6  Counter,
7  Gauge,
8  Summary,
9  Untyped,
10  Histogram,
11  Info,
12 };
13 
14 } // namespace prometheus
prometheus::MetricType::Info
@ Info
prometheus::MetricType::Untyped
@ Untyped
prometheus::MetricType::Histogram
@ Histogram
prometheus::MetricType::Gauge
@ Gauge
prometheus::MetricType
MetricType
Definition: sources/includes/prometheus/metric_type.h:5
prometheus::MetricType::Counter
@ Counter
prometheus::MetricType::Summary
@ Summary
prometheus
Definition: sources/includes/prometheus/check_names.h:8