mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-11-10 01:37:25 +01:00
Update README.md
This commit is contained in:
parent
ec2b32d25c
commit
e078bd8688
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user