forked from mirrors/statsd_exporter
fix TestMultipleMatches mapping indent
Signed-off-by: glightfoot <glightfoot@rsglab.com>
This commit is contained in:
parent
0099df7f71
commit
de9a51c863
1 changed files with 1 additions and 2 deletions
|
@ -1573,7 +1573,7 @@ mappings:
|
||||||
- match: aa.bb.*.*
|
- match: aa.bb.*.*
|
||||||
name: "aa_bb_${1}_total"
|
name: "aa_bb_${1}_total"
|
||||||
labels:
|
labels:
|
||||||
app: "$2"
|
app: "$2"
|
||||||
`
|
`
|
||||||
mapper := MetricMapper{}
|
mapper := MetricMapper{}
|
||||||
err := mapper.InitFromYAMLString(config)
|
err := mapper.InitFromYAMLString(config)
|
||||||
|
@ -1620,5 +1620,4 @@ mappings:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue