mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 03:27:04 +00:00
Fix typo 'determins' in comment
This commit is contained in:
parent
de71cfe36e
commit
0d057e2fac
@ -205,7 +205,7 @@ func (d *Dispatcher) Stop() {
|
|||||||
// Returns false iff notifying failed.
|
// Returns false iff notifying failed.
|
||||||
type notifyFunc func(context.Context, ...*types.Alert) bool
|
type notifyFunc func(context.Context, ...*types.Alert) bool
|
||||||
|
|
||||||
// processAlert determins in which aggregation group the alert falls
|
// processAlert determines in which aggregation group the alert falls
|
||||||
// and insert it.
|
// and insert it.
|
||||||
func (d *Dispatcher) processAlert(alert *types.Alert, route *Route) {
|
func (d *Dispatcher) processAlert(alert *types.Alert, route *Route) {
|
||||||
group := model.LabelSet{}
|
group := model.LabelSet{}
|
||||||
|
Loading…
Reference in New Issue
Block a user