From 0ae537fdc9c0cb584c24258be0b45b3d0ded4c18 Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Mon, 17 Jun 2024 11:07:51 +0200 Subject: [PATCH] Update main config in configuration.md --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a13d3a5..93c8693 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -12,8 +12,8 @@ The global file contains the paths to the other four files and some global optio "collectors" : "collectors.json", "receivers" : "receivers.json", "router" : "router.json", - "interval": 10, - "duration": 1 + "interval": "10s", + "duration": "1s" } ```