From 6944454592034b930cf373afeada97f8c87cfd29 Mon Sep 17 00:00:00 2001 From: Michael Panzlaff Date: Tue, 21 Jul 2026 12:47:16 +0200 Subject: [PATCH] Update configuration documentation for new marker metrics --- README.md | 1 + example-configs/config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fd06d7..a4554c0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ There is a main configuration file with basic settings that point to the other c "receivers-file" : "receivers.json", "router-file" : "router.json", "main": { + "enable-markers": false, "interval": "10s", "duration": "1s" } diff --git a/example-configs/config.json b/example-configs/config.json index 9d69426..6530a3d 100644 --- a/example-configs/config.json +++ b/example-configs/config.json @@ -4,6 +4,7 @@ "receivers-file" : "./receivers.json", "router-file" : "./router.json", "main" : { + "enable-markers": false, "interval": "10s", "duration": "1s" }