mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Add StatsAPI to README
This commit is contained in:
parent
257b4a64b5
commit
9dd6ff1a76
@ -20,6 +20,7 @@ There is a main configuration file with basic settings that point to the other c
|
|||||||
"collectors" : "collectors.json",
|
"collectors" : "collectors.json",
|
||||||
"receivers" : "receivers.json",
|
"receivers" : "receivers.json",
|
||||||
"router" : "router.json",
|
"router" : "router.json",
|
||||||
|
"stats_api" : "api.json",
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
"duration": 1
|
"duration": 1
|
||||||
}
|
}
|
||||||
@ -32,6 +33,7 @@ See the component READMEs for their configuration:
|
|||||||
* [`sinks`](./sinks/README.md)
|
* [`sinks`](./sinks/README.md)
|
||||||
* [`receivers`](./receivers/README.md)
|
* [`receivers`](./receivers/README.md)
|
||||||
* [`router`](./internal/metricRouter/README.md)
|
* [`router`](./internal/metricRouter/README.md)
|
||||||
|
* [`stats_api`](./internal/metricRouter/StatsApi.md)
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user