mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Rename __meta_dns_srv_name to __meta_dns_name
This is change potentially breaking relabeling rules.
This commit is contained in:
parent
b964da4b75
commit
f7e3722388
|
@ -32,7 +32,7 @@ import (
|
||||||
const (
|
const (
|
||||||
resolvConf = "/etc/resolv.conf"
|
resolvConf = "/etc/resolv.conf"
|
||||||
|
|
||||||
DNSNameLabel = clientmodel.MetaLabelPrefix + "dns_srv_name"
|
DNSNameLabel = clientmodel.MetaLabelPrefix + "dns_name"
|
||||||
|
|
||||||
// Constants for instrumentation.
|
// Constants for instrumentation.
|
||||||
namespace = "prometheus"
|
namespace = "prometheus"
|
||||||
|
|
Loading…
Reference in a new issue