mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
MetricRouter: Fix JSON in README
This commit is contained in:
parent
500685672b
commit
7ddc889f06
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user