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
+1 -1
View File
@@ -368,7 +368,7 @@ func Start(ctx context.Context, o ...Option) error {
totalBackoff := 0
// Start creates its own supervisor. Running services under `ocis server` will create its own supervision tree.
s.Supervisor = suture.New("ocis", suture.Spec{
s.Supervisor = suture.New("opencloud", suture.Spec{
EventHook: func(e suture.Event) {
if e.Type() == suture.EventTypeBackoff {
totalBackoff++