From e078bd868852e752cf345327258af30829334107 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sun, 17 Jul 2022 07:10:12 +0200 Subject: [PATCH] Update README.md --- interfaces/lineprotocol/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/lineprotocol/README.md b/interfaces/lineprotocol/README.md index 0b517b4..13f562a 100644 --- a/interfaces/lineprotocol/README.md +++ b/interfaces/lineprotocol/README.md @@ -1,6 +1,6 @@ # Overview -ClusterCockpit uses the [InfluxData line-protocol](https://docs.influxdata.com/influxdb/v2.1/reference/syntax/line-protocol/) for transferring metrics between the its components. The line-protocol is a test-based representation of a metric with a value, time and describing tags. All metrics have the following format (if written to `stdout`): +ClusterCockpit uses the [InfluxData line-protocol](https://docs.influxdata.com/influxdb/v2.1/reference/syntax/line-protocol/) for transferring metrics between its components. The line-protocol is a text-based representation of a metric with a value, time and describing tags. All metrics have the following format (if written to `stdout`): ``` , @@ -43,4 +43,4 @@ While the measurements (metric names) can be chosen freely, there is a basic set * `clock`: CPU clock in `MHz` * ... -For the whole list, see [job-data schema](../../datastructures/job-data.schema.json) \ No newline at end of file +For the whole list, see [job-data schema](../../datastructures/job-data.schema.json)