Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/alertmanager/multitenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ func (am *MultitenantAlertmanager) starting(ctx context.Context) (err error) {
am.subservicesWatcher.WatchManager(am.subservices)

// We wait until the instance is in the JOINING state, once it does we know that tokens are assigned to this instance and we'll be ready to perform an initial sync of configs.
level.Info(am.logger).Log("waiting until alertmanager is JOINING in the ring")
level.Info(am.logger).Log("msg", "waiting until alertmanager is JOINING in the ring")
if err = ring.WaitInstanceState(ctx, am.ring, am.ringLifecycler.GetInstanceID(), ring.JOINING); err != nil {
return err
}
Expand Down