metrics, log and supervisor

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-14 16:09:54 +01:00
parent fe2976ffd9
commit 318ca21645
35 changed files with 37 additions and 37 deletions
@@ -103,7 +103,7 @@ func StorageSystemFromStruct(cfg *config.Config) map[string]interface{} {
},
"interceptors": map[string]interface{}{
"prometheus": map[string]interface{}{
"namespace": "ocis",
"namespace": "opencloud",
"subsystem": "storage_system",
},
},
@@ -138,7 +138,7 @@ func StorageSystemFromStruct(cfg *config.Config) map[string]interface{} {
},
"middlewares": map[string]interface{}{
"prometheus": map[string]interface{}{
"namespace": "ocis",
"namespace": "opencloud",
"subsystem": "storage_system",
},
},