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.
2 parents 6cc292c + 642f761 commit 608ec8bCopy full SHA for 608ec8b
model/labelname.go
@@ -34,10 +34,10 @@ const (
34
// label names.
35
ReservedLabelPrefix = "__"
36
37
- // HiddenLabelPrefix is a prefix which is legal in user-supplied label names
38
- // but will not appear in the eventual metrics.
39
- // Reserved labels may be excepted from that rule.
40
- HiddenLabelPrefix = "_"
+ // MetaLabelPrefix is a prefix for labels that provide meta information.
+ // Labels with this prefix are used for intermediate label processing and
+ // will not be attached to time series.
+ MetaLabelPrefix = "__meta_"
41
42
// JobLabel is the label name indicating the job from which a timeseries
43
// was scraped.
0 commit comments