mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
types: Fix typo in Silence.Matchers' documentation
Signed-off-by: Kiril Vladimirov <kiril@vladimiroff.org>
This commit is contained in:
@@ -408,7 +408,7 @@ func (f MuteFunc) Mutes(lset model.LabelSet) bool { return f(lset) }
|
||||
type Silence struct {
|
||||
// A unique identifier across all connected instances.
|
||||
ID string `json:"id"`
|
||||
// A set of matchers determining if a label set is affect
|
||||
// A set of matchers determining if a label set is affected
|
||||
// by the silence.
|
||||
Matchers labels.Matchers `json:"matchers"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user