NVIDIA DeepStream SDK API Reference

8.0 Release
sources/includes/prometheus/check_names.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include "prometheus/detail/core_export.h"
6 #include "prometheus/metric_type.h"
7 
8 namespace prometheus {
9 
10 PROMETHEUS_CPP_CORE_EXPORT bool CheckMetricName(const std::string& name);
11 PROMETHEUS_CPP_CORE_EXPORT bool CheckLabelName(const std::string& name,
12  MetricType type);
13 } // namespace prometheus
prometheus::CheckLabelName
PROMETHEUS_CPP_CORE_EXPORT bool CheckLabelName(const std::string &name, MetricType type)
prometheus::MetricType
MetricType
Definition: sources/includes/prometheus/metric_type.h:5
prometheus::CheckMetricName
PROMETHEUS_CPP_CORE_EXPORT bool CheckMetricName(const std::string &name)
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