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 642f761 commit 05b0810Copy full SHA for 05b0810
model/labelname.go
@@ -30,6 +30,10 @@ const (
30
// a scrape target.
31
AddressLabel LabelName = "__address__"
32
33
+ // MetricsPathLabel is the name of the label that holds the path on which to
34
+ // scrape a target.
35
+ MetricsPathLabel LabelName = "__metrics_path__"
36
+
37
// ReservedLabelPrefix is a prefix which is not legal in user-supplied
38
// label names.
39
ReservedLabelPrefix = "__"
0 commit comments