diff --git a/model/labelname.go b/model/labelname.go index f41b7ff..bcb8f89 100644 --- a/model/labelname.go +++ b/model/labelname.go @@ -29,6 +29,10 @@ const ( // timeseries. MetricNameLabel LabelName = "__name__" + // SchemeLabel is the name of the label that holds the scheme on which to + // scrape a target. + SchemeLabel LabelName = "__scheme__" + // AddressLabel is the name of the label that holds the address of // a scrape target. AddressLabel LabelName = "__address__"