From ed2020a490747a7544591c1e364ac20b05493018 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Wed, 19 May 2021 19:24:01 +0200 Subject: [PATCH] Update README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a02d6b..c785ccf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # cc-metric-collector -A node agent for measuring, processing and forwarding node level metrics. - -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? +A node agent for measuring, processing and forwarding node level metrics part of the ClusterCockpit ecosystem. # 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 - [ ] Collector specific configuration in global JSON file? Changing the configuration inside the Go code is not user-friendly. +- [ ] Metrics in memory domain granularity? +