diff --git a/cmd/alertmanager/main.go b/cmd/alertmanager/main.go index 345e04c9..64102960 100644 --- a/cmd/alertmanager/main.go +++ b/cmd/alertmanager/main.go @@ -414,7 +414,7 @@ func run() int { integrationsNum += len(integrations) } - // Build the map of time interval names to mute time definitions + // Build the map of time interval names to mute time definitions. muteTimes := make(map[string][]timeinterval.TimeInterval, len(conf.MuteTimeIntervals)) for _, ti := range conf.MuteTimeIntervals { muteTimes[ti.Name] = ti.TimeIntervals