Update two more __meta_dns_srv_name references.
Although they are only in examples/tests and don't affect anything, they could be confusing (the label has been renamed in the rest of the code a while ago).
This commit is contained in:
parent
738e6f41d4
commit
829a029dda
|
@ -83,7 +83,7 @@ var expectedConf = &Config{
|
|||
|
||||
RelabelConfigs: []*RelabelConfig{
|
||||
{
|
||||
SourceLabels: model.LabelNames{"job", "__meta_dns_srv_name"},
|
||||
SourceLabels: model.LabelNames{"job", "__meta_dns_name"},
|
||||
TargetLabel: "job",
|
||||
Separator: ";",
|
||||
Regex: MustNewRegexp("(.*)some-[regex]"),
|
||||
|
|
|
@ -39,7 +39,7 @@ scrape_configs:
|
|||
your: label
|
||||
|
||||
relabel_configs:
|
||||
- source_labels: [job, __meta_dns_srv_name]
|
||||
- source_labels: [job, __meta_dns_name]
|
||||
regex: (.*)some-[regex]
|
||||
target_label: job
|
||||
replacement: foo-${1}
|
||||
|
|
Loading…
Reference in New Issue