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