Adjust README

This commit is contained in:
Thomas Roehl 2021-10-04 16:22:30 +02:00
parent d7ef32de18
commit 1762e33c36

View File

@ -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?