From ce9e21c48ed14a7e5a6016c3ea854eb52b415797 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Mon, 20 Oct 2025 17:11:13 +0200 Subject: [PATCH] Move example configurations and update docs. Fixed #150 --- docs/configuration.md | 2 +- collectors.json => example-configs/collectors.json | 0 config.json => example-configs/config.json | 0 receivers.json => example-configs/receivers.json | 0 router.json => example-configs/router.json | 0 sinks.json => example-configs/sinks.json | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename collectors.json => example-configs/collectors.json (100%) rename config.json => example-configs/config.json (100%) rename receivers.json => example-configs/receivers.json (100%) rename router.json => example-configs/router.json (100%) rename sinks.json => example-configs/sinks.json (100%) diff --git a/docs/configuration.md b/docs/configuration.md index 93c8693..88fd669 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -4,7 +4,7 @@ The configuration of the CC metric collector consists of five configuration file ## Global configuration -The global file contains the paths to the other four files and some global options. +The global file contains the paths to the other four files and some global options. You can find examples in `example_configs`. ```json { diff --git a/collectors.json b/example-configs/collectors.json similarity index 100% rename from collectors.json rename to example-configs/collectors.json diff --git a/config.json b/example-configs/config.json similarity index 100% rename from config.json rename to example-configs/config.json diff --git a/receivers.json b/example-configs/receivers.json similarity index 100% rename from receivers.json rename to example-configs/receivers.json diff --git a/router.json b/example-configs/router.json similarity index 100% rename from router.json rename to example-configs/router.json diff --git a/sinks.json b/example-configs/sinks.json similarity index 100% rename from sinks.json rename to example-configs/sinks.json