Combined metricstore api and functions

This commit is contained in:
Aditya Ujeniya
2025-09-08 11:29:27 +02:00
parent bca176170c
commit 62565b9ae2
26 changed files with 1248 additions and 430 deletions

View File

@@ -9,6 +9,10 @@
"apiAllowedIPs": ["*"],
"emission-constant": 317
},
"archive": {
"kind": "file",
"path": "./var/job-archive"
},
"auth": {
"jwts": {
"max-age": "2000h"
@@ -18,9 +22,7 @@
{
"name": "fritz",
"metricDataRepository": {
"kind": "cc-metric-store",
"url": "http://localhost:8082",
"token": ""
"kind": "cc-metric-store"
},
"filterRanges": {
"numNodes": {
@@ -40,9 +42,7 @@
{
"name": "alex",
"metricDataRepository": {
"kind": "cc-metric-store",
"url": "http://localhost:8082",
"token": ""
"kind": "cc-metric-store"
},
"filterRanges": {
"numNodes": {
@@ -59,5 +59,18 @@
}
}
}
]
],
"metric-store": {
"checkpoints": {
"file-format": "avro",
"interval": "2h",
"directory": "./var/checkpoints",
"restore": "48h"
},
"archive": {
"interval": "48h",
"directory": "./var/archive"
},
"retention-in-memory": "48h"
}
}