From 9dd6ff1a76ac8ddbc98d979b9bf20dc6315770dd Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Sat, 2 Apr 2022 16:07:13 +0200 Subject: [PATCH] Add StatsAPI to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f819be2..b70f32c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ There is a main configuration file with basic settings that point to the other c "collectors" : "collectors.json", "receivers" : "receivers.json", "router" : "router.json", + "stats_api" : "api.json", "interval": 10, "duration": 1 } @@ -32,6 +33,7 @@ See the component READMEs for their configuration: * [`sinks`](./sinks/README.md) * [`receivers`](./receivers/README.md) * [`router`](./internal/metricRouter/README.md) +* [`stats_api`](./internal/metricRouter/StatsApi.md) # Installation