mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
Adjust README
This commit is contained in:
parent
d7ef32de18
commit
1762e33c36
@ -4,7 +4,7 @@ A node agent for measuring, processing and forwarding node level metrics part of
|
|||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
Configuration is implemented using a single json document that is distributed over network and may be persisted as file.
|
Configuration is implemented using a single json document that is distributed over network and may be persisted as file.
|
||||||
Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-specifications/blob/master/metrics/lineprotocol.md).
|
Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-specifications/blob/master/metrics/lineprotocol_alternative.md).
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
@ -86,5 +86,4 @@ The receiver runs as a go routine side-by-side with the timer loop and asynchron
|
|||||||
|
|
||||||
- [ ] Use only non-blocking APIs for the sinks
|
- [ ] Use only non-blocking APIs for the sinks
|
||||||
- [ ] Collector specific configuration in global JSON file? Changing the configuration inside the Go code is not user-friendly.
|
- [ ] Collector specific configuration in global JSON file? Changing the configuration inside the Go code is not user-friendly.
|
||||||
- [ ] Metrics in memory domain granularity?
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user