We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c3814 commit 0a409d6Copy full SHA for 0a409d6
model/labels.go
@@ -32,6 +32,12 @@ const (
32
// MetricNameLabel is the label name indicating the metric name of a
33
// timeseries.
34
MetricNameLabel = "__name__"
35
+ // MetricTypeLabel is the label name indicating the metric type of
36
+ // timeseries as per the PROM-39 proposal.
37
+ MetricTypeLabel = "__type__"
38
+ // MetricUnitLabel is the label name indicating the metric unit of
39
40
+ MetricUnitLabel = "__unit__"
41
42
// SchemeLabel is the name of the label that holds the scheme on which to
43
// scrape a target.
0 commit comments