in internal/filters/filters.go [107:114]
func (a *and) Matches(lbls map[string]string) bool { for _, f := range a.fs { if !f.Matches(lbls) { return false } } return true }