Update README

This commit is contained in:
Thomas Roehl 2021-05-19 19:24:01 +02:00
parent 99f3f3b815
commit ed2020a490

View File

@ -1,10 +1,5 @@
# cc-metric-collector # cc-metric-collector
A node agent for measuring, processing and forwarding node level metrics. A node agent for measuring, processing and forwarding node level metrics part of the ClusterCockpit ecosystem.
Open questions:
* Are hostname unique with a computing center or is it required to store the cluster name in addition to the hostname?
* What about memory domain granularity?
# Configuration # Configuration
@ -91,3 +86,5 @@ 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?