fix TestMultipleMatches mapping indent

Signed-off-by: glightfoot <glightfoot@rsglab.com>
This commit is contained in:
glightfoot 2021-02-06 22:59:41 -05:00
parent 0099df7f71
commit de9a51c863

View file

@ -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:
} }
} }
} }
} }