Merge pull request #287 from ClusterCockpit/refactor-archiving

Refactor archiving
This commit is contained in:
Jan Eitzinger
2024-08-28 10:14:46 +02:00
committed by GitHub
10 changed files with 345 additions and 310 deletions

View File

@@ -181,7 +181,7 @@ func main() {
log.Fatalf("failed to initialize archive: %s", err.Error())
}
if err := metricdata.Init(config.Keys.DisableArchive); err != nil {
if err := metricdata.Init(); err != nil {
log.Fatalf("failed to initialize metricdata repository: %s", err.Error())
}