mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-07-22 01:00:38 +02:00
Update configuration documentation for new marker metrics
This commit is contained in:
@@ -33,6 +33,7 @@ There is a main configuration file with basic settings that point to the other c
|
|||||||
"receivers-file" : "receivers.json",
|
"receivers-file" : "receivers.json",
|
||||||
"router-file" : "router.json",
|
"router-file" : "router.json",
|
||||||
"main": {
|
"main": {
|
||||||
|
"enable-markers": false,
|
||||||
"interval": "10s",
|
"interval": "10s",
|
||||||
"duration": "1s"
|
"duration": "1s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"receivers-file" : "./receivers.json",
|
"receivers-file" : "./receivers.json",
|
||||||
"router-file" : "./router.json",
|
"router-file" : "./router.json",
|
||||||
"main" : {
|
"main" : {
|
||||||
|
"enable-markers": false,
|
||||||
"interval": "10s",
|
"interval": "10s",
|
||||||
"duration": "1s"
|
"duration": "1s"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user