MetricRouter: Fix JSON in README

This commit is contained in:
Thomas Roehl 2022-05-20 16:06:54 +02:00
parent 500685672b
commit 7ddc889f06

View File

@ -54,7 +54,7 @@ The CCMetric router sits in between the collectors and the sinks and can be used
"metric_12345" : "mymetric" "metric_12345" : "mymetric"
}, },
"normalize_units" : true, "normalize_units" : true,
"change_unit_prefix" { "change_unit_prefix" : {
"mem_used" : "G", "mem_used" : "G",
"mem_total" : "G" "mem_total" : "G"
} }