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"
} }
@ -270,4 +270,4 @@ The router performs the above mentioned options in a specific order. In order to
Legend: Legend:
- 'c' if metric is coming from a collector - 'c' if metric is coming from a collector
- 'r' if metric is coming from a receiver - 'r' if metric is coming from a receiver