From 7ddc889f067bd9c4cd177ac7d3dab11f18524328 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 20 May 2022 16:06:54 +0200 Subject: [PATCH] MetricRouter: Fix JSON in README --- internal/metricRouter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/metricRouter/README.md b/internal/metricRouter/README.md index 8b6dd5b..ed99b51 100644 --- a/internal/metricRouter/README.md +++ b/internal/metricRouter/README.md @@ -54,7 +54,7 @@ The CCMetric router sits in between the collectors and the sinks and can be used "metric_12345" : "mymetric" }, "normalize_units" : true, - "change_unit_prefix" { + "change_unit_prefix" : { "mem_used" : "G", "mem_total" : "G" } @@ -270,4 +270,4 @@ The router performs the above mentioned options in a specific order. In order to Legend: - 'c' if metric is coming from a collector -- 'r' if metric is coming from a receiver \ No newline at end of file +- 'r' if metric is coming from a receiver