We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4304c5 commit 3a13497Copy full SHA for 3a13497
1 file changed
model/labels.go
@@ -45,6 +45,14 @@ const (
45
// scrape a target.
46
MetricsPathLabel = "__metrics_path__"
47
48
+ // ScrapeIntervalLabel is the name of the label that holds the scrape interval
49
+ // used to scrape a target.
50
+ ScrapeIntervalLabel = "__scrape_interval__"
51
+
52
+ // ScrapeTimeoutLabel is the name of the label that holds the scrape
53
+ // timeout used to scrape a target.
54
+ ScrapeTimeoutLabel = "__scrape_timeout__"
55
56
// ReservedLabelPrefix is a prefix which is not legal in user-supplied
57
// label names.
58
ReservedLabelPrefix = "__"
0 commit comments