cc-backend/docs/config.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2022-09-19 17:36:00 +02:00
{
2023-04-12 10:10:07 +02:00
"addr": "127.0.0.1:8080",
"archive": {
2022-09-19 17:36:00 +02:00
"kind": "file",
"path": "./var/job-archive"
},
"clusters": [
{
2023-04-12 10:10:07 +02:00
"name": "fritz",
2022-09-19 17:36:00 +02:00
"metricDataRepository": {
"kind": "cc-metric-store",
2023-04-12 10:10:07 +02:00
"url": "http://localhost:8082",
"token": ""
2022-09-19 17:36:00 +02:00
},
"filterRanges": {
"numNodes": {
"from": 1,
2023-04-12 10:10:07 +02:00
"to": 64
},
"duration": {
"from": 0,
2023-04-12 10:10:07 +02:00
"to": 86400
},
"startTime": {
2023-04-12 10:10:07 +02:00
"from": "2022-01-01T00:00:00Z",
"to": null
}
2022-09-19 17:36:00 +02:00
}
},
{
2023-04-12 10:10:07 +02:00
"name": "alex",
2022-09-19 17:36:00 +02:00
"metricDataRepository": {
"kind": "cc-metric-store",
2023-04-12 10:10:07 +02:00
"url": "http://localhost:8082",
"token": ""
2022-09-19 17:36:00 +02:00
},
"filterRanges": {
"numNodes": {
"from": 1,
2023-04-12 10:10:07 +02:00
"to": 64
},
"duration": {
"from": 0,
2023-04-12 10:10:07 +02:00
"to": 86400
},
"startTime": {
2023-04-12 10:10:07 +02:00
"from": "2022-01-01T00:00:00Z",
"to": null
}
2022-09-19 17:36:00 +02:00
}
}
]
}