mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #984 from prometheus/fabxc/dnssd
Rename __meta_dns_srv_name to __meta_dns_name
This commit is contained in:
commit
7f9a8ded2b
|
@ -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