Update README.md

This commit is contained in:
moebiusband73 2021-02-18 10:31:52 +01:00 committed by GitHub
parent cbacd80992
commit c4a8de939d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,14 @@ Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-spe
``` json ``` json
{ {
"sink": "db.monitoring.center.de", "sink": "db.monitoring.center.de",
"granularity": "core", "report": ["core","node"],
"frequency": { "schedule": {
"core": 30, "core": {
"node": 60 "frequency": 30,
"duration": 10},
"node":{
"frequency": 60,
"duration": 20}
}, },
"metrics": [ "metrics": [
"ipc", "ipc",