From 40265726ed6ecec1042063c11f53294d4f581bd1 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Mon, 29 Mar 2021 15:36:32 +0200 Subject: [PATCH] Add nats sink to global README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e4a48..e566ab0 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-spe } ``` -All available collectors are listed in the above JSON. There are currently two sinks supported `influxdb` and `stdout`. The `interval` defines how often the metrics should be read and send to the sink. The `duration` tells collectors how long one measurement has to take. An example for this is the `likwid` collector which starts the hardware performance counter, waits for `duration` seconds and stops the counters again. For most systems, the `likwid` collector has to do two measurements, thus `interval` must be larger than two times `duration`. +All available collectors are listed in the above JSON. There are currently three sinks supported `influxdb`, `nats` and `stdout`. The `interval` defines how often the metrics should be read and send to the sink. The `duration` tells collectors how long one measurement has to take. An example for this is the `likwid` collector which starts the hardware performance counter, waits for `duration` seconds and stops the counters again. For most systems, the `likwid` collector has to do two measurements, thus `interval` must be larger than two times `duration`.