mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-19 11:11:43 +02:00
* Change to ccMessage from cc-lib * Remove local development path * Use receiver, sinks, ccLogger and ccConfig from cc-lib * Fix ccLogger import path * Update CI
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"sinks-file": "./sinks.json",
|
|
"collectors-file" : "./collectors.json",
|
|
"receivers-file" : "./receivers.json",
|
|
"router-file" : "./router.json",
|
|
"main" : {
|
|
"interval": "10s",
|
|
"duration": "1s"
|
|
}
|
|
}
|