]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/core/include/prometheus/check_names.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / core / include / prometheus / check_names.h
1 #pragma once
2
3 #include <string>
4
5 #include "prometheus/detail/core_export.h"
6
7 namespace prometheus {
8
9 PROMETHEUS_CPP_CORE_EXPORT bool CheckMetricName(const std::string& name);
10 PROMETHEUS_CPP_CORE_EXPORT bool CheckLabelName(const std::string& name);
11 } // namespace prometheus