NVIDIA DeepStream SDK API Reference

8.0 Release
sources/includes/prometheus/labels.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <map>
4 #include <string>
5 
6 namespace prometheus {
7 
9 using Labels = std::map<std::string, std::string>;
10 
12 using Label = Labels::value_type;
13 
14 } // namespace prometheus
prometheus::Labels
std::map< std::string, std::string > Labels
Multiple labels and their value.
Definition: sources/includes/prometheus/labels.h:9
prometheus::Label
Labels::value_type Label
Single label and its value.
Definition: sources/includes/prometheus/labels.h:12
prometheus
Definition: sources/includes/prometheus/check_names.h:8