mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-28 23:56:08 +02:00
Adjust README
This commit is contained in:
@@ -4,7 +4,7 @@ A node agent for measuring, processing and forwarding node level metrics part of
|
||||
# Configuration
|
||||
|
||||
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
|
||||
{
|
||||
@@ -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
|
||||
- [ ] Collector specific configuration in global JSON file? Changing the configuration inside the Go code is not user-friendly.
|
||||
- [ ] Metrics in memory domain granularity?
|
||||
|
||||
|
Reference in New Issue
Block a user