Prometheus Client Library for Modern C++
Loading...
Searching...
No Matches
core
include
prometheus
labels.h
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
Generated by
1.9.8