Update README.md

This commit is contained in:
Jan Eitzinger 2022-07-17 07:10:12 +02:00 committed by GitHub
parent ec2b32d25c
commit e078bd8688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`):
```
<measurement>,<tag set> <field set> <timestamp>
@ -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)
For the whole list, see [job-data schema](../../datastructures/job-data.schema.json)