mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 12:36:40 +00:00
update prometheus client golang
update docker/distribution lib Signed-off-by: Hilário Coelho <hilario.coelho@securityside.com>
This commit is contained in:
committed by
Alex Ellis
parent
8065a4baa2
commit
a530b9dd63
8
gateway/vendor/github.com/prometheus/common/model/labels.go
generated
vendored
8
gateway/vendor/github.com/prometheus/common/model/labels.go
generated
vendored
@ -45,6 +45,14 @@ const (
|
||||
// scrape a target.
|
||||
MetricsPathLabel = "__metrics_path__"
|
||||
|
||||
// ScrapeIntervalLabel is the name of the label that holds the scrape interval
|
||||
// used to scrape a target.
|
||||
ScrapeIntervalLabel = "__scrape_interval__"
|
||||
|
||||
// ScrapeTimeoutLabel is the name of the label that holds the scrape
|
||||
// timeout used to scrape a target.
|
||||
ScrapeTimeoutLabel = "__scrape_timeout__"
|
||||
|
||||
// ReservedLabelPrefix is a prefix which is not legal in user-supplied
|
||||
// label names.
|
||||
ReservedLabelPrefix = "__"
|
||||
|
Reference in New Issue
Block a user