From aafbc28895279d606f182d4d569925035bd2ef91 Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Thu, 5 Oct 2023 14:37:32 +0200 Subject: [PATCH] Update interfaces/lineprotocol README.md --- interfaces/lineprotocol/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/lineprotocol/README.md b/interfaces/lineprotocol/README.md index 13f562a..adc4b33 100644 --- a/interfaces/lineprotocol/README.md +++ b/interfaces/lineprotocol/README.md @@ -23,7 +23,7 @@ Each metric is identifiable by the `measurement` (= metric name), the `hostname` ## Mandatory fields per measurement: The field key is always `value`. No other field keys are evaluated by the ClusterCockpit ecosystem. -## Optional tags depending on the measurment: +## Optional tags depending on the measurement: In some cases, optional tags are required like `filesystem`, `device` or `version`. While you are free to do that, the ClusterCockpit components in the stack above will recognize `stype` (= sub type) and `stype-id` in the future. So `filesystem=/homes` should be better specified as `stype=filesystem,stype-id=/homes`