Home
last modified time | relevance | path

Searched defs:InhibitRule (Results 1 – 13 of 13) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/inhibit/
H A Dinhibit.go47 func NewInhibitor(ap provider.Alerts, rs []*config.InhibitRule, mk types.Marker, logger log.Logger)…
153 type InhibitRule struct { struct
156 SourceMatchers labels.Matchers
159 TargetMatchers labels.Matchers
162 Equal map[model.LabelName]struct{}
165 scache *store.Alerts
169 func NewInhibitRule(cr *config.InhibitRule) *InhibitRule {
233 … *InhibitRule) hasEqual(lset model.LabelSet, excludeTwoSidedMatch bool) (model.Fingerprint, bool) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/inhibit/
H A Dinhibit.go47 func NewInhibitor(ap provider.Alerts, rs []*config.InhibitRule, mk types.Marker, logger log.Logger)…
153 type InhibitRule struct { struct
156 SourceMatchers labels.Matchers
159 TargetMatchers labels.Matchers
162 Equal map[model.LabelName]struct{}
165 scache *store.Alerts
169 func NewInhibitRule(cr *config.InhibitRule) *InhibitRule {
233 … *InhibitRule) hasEqual(lset model.LabelSet, excludeTwoSidedMatch bool) (model.Fingerprint, bool) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/inhibit/
H A Dinhibit.go47 func NewInhibitor(ap provider.Alerts, rs []*config.InhibitRule, mk types.Marker, logger log.Logger)…
153 type InhibitRule struct { struct
156 SourceMatchers labels.Matchers
159 TargetMatchers labels.Matchers
162 Equal map[model.LabelName]struct{}
165 scache *store.Alerts
169 func NewInhibitRule(cr *config.InhibitRule) *InhibitRule {
233 … *InhibitRule) hasEqual(lset model.LabelSet, excludeTwoSidedMatch bool) (model.Fingerprint, bool) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/inhibit/
H A Dinhibit.go46 func NewInhibitor(ap provider.Alerts, rs []*config.InhibitRule, mk types.Marker, logger log.Logger)…
152 type InhibitRule struct { struct
155 SourceMatchers types.Matchers
158 TargetMatchers types.Matchers
161 Equal map[model.LabelName]struct{}
164 scache *store.Alerts
168 func NewInhibitRule(cr *config.InhibitRule) *InhibitRule {
205 … *InhibitRule) hasEqual(lset model.LabelSet, excludeTwoSidedMatch bool) (model.Fingerprint, bool) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/inhibit/
H A Dinhibit.go47 func NewInhibitor(ap provider.Alerts, rs []*config.InhibitRule, mk types.Marker, logger log.Logger)…
153 type InhibitRule struct { struct
156 SourceMatchers labels.Matchers
159 TargetMatchers labels.Matchers
162 Equal map[model.LabelName]struct{}
165 scache *store.Alerts
169 func NewInhibitRule(cr *config.InhibitRule) *InhibitRule {
233 … *InhibitRule) hasEqual(lset model.LabelSet, excludeTwoSidedMatch bool) (model.Fingerprint, bool) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go738 type InhibitRule struct { struct
741 SourceMatch map[string]string `yaml:"source_match,omitempty" json:"source_match,omitempty"`
744 SourceMatchRE MatchRegexps `yaml:"source_match_re,omitempty" json:"source_match_re,omitempty"`
746 SourceMatchers Matchers `yaml:"source_matchers,omitempty" json:"source_matchers,omitempty"`
749 TargetMatch map[string]string `yaml:"target_match,omitempty" json:"target_match,omitempty"`
752 TargetMatchRE MatchRegexps `yaml:"target_match_re,omitempty" json:"target_match_re,omitempty"`
754 TargetMatchers Matchers `yaml:"target_matchers,omitempty" json:"target_matchers,omitempty"`
757 Equal model.LabelNames `yaml:"equal,omitempty" json:"equal,omitempty"`
761 func (r *InhibitRule) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go738 type InhibitRule struct { struct
741 SourceMatch map[string]string `yaml:"source_match,omitempty" json:"source_match,omitempty"`
744 SourceMatchRE MatchRegexps `yaml:"source_match_re,omitempty" json:"source_match_re,omitempty"`
746 SourceMatchers Matchers `yaml:"source_matchers,omitempty" json:"source_matchers,omitempty"`
749 TargetMatch map[string]string `yaml:"target_match,omitempty" json:"target_match,omitempty"`
752 TargetMatchRE MatchRegexps `yaml:"target_match_re,omitempty" json:"target_match_re,omitempty"`
754 TargetMatchers Matchers `yaml:"target_matchers,omitempty" json:"target_matchers,omitempty"`
757 Equal model.LabelNames `yaml:"equal,omitempty" json:"equal,omitempty"`
761 func (r *InhibitRule) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go744 type InhibitRule struct { struct
747 SourceMatch map[string]string `yaml:"source_match,omitempty" json:"source_match,omitempty"`
750 SourceMatchRE MatchRegexps `yaml:"source_match_re,omitempty" json:"source_match_re,omitempty"`
752 SourceMatchers Matchers `yaml:"source_matchers,omitempty" json:"source_matchers,omitempty"`
755 TargetMatch map[string]string `yaml:"target_match,omitempty" json:"target_match,omitempty"`
758 TargetMatchRE MatchRegexps `yaml:"target_match_re,omitempty" json:"target_match_re,omitempty"`
760 TargetMatchers Matchers `yaml:"target_matchers,omitempty" json:"target_matchers,omitempty"`
763 Equal model.LabelNames `yaml:"equal,omitempty" json:"equal,omitempty"`
767 func (r *InhibitRule) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go738 type InhibitRule struct { struct
741 SourceMatch map[string]string `yaml:"source_match,omitempty" json:"source_match,omitempty"`
744 SourceMatchRE MatchRegexps `yaml:"source_match_re,omitempty" json:"source_match_re,omitempty"`
746 SourceMatchers Matchers `yaml:"source_matchers,omitempty" json:"source_matchers,omitempty"`
749 TargetMatch map[string]string `yaml:"target_match,omitempty" json:"target_match,omitempty"`
752 TargetMatchRE MatchRegexps `yaml:"target_match_re,omitempty" json:"target_match_re,omitempty"`
754 TargetMatchers Matchers `yaml:"target_matchers,omitempty" json:"target_matchers,omitempty"`
757 Equal model.LabelNames `yaml:"equal,omitempty" json:"equal,omitempty"`
761 func (r *InhibitRule) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go664 type InhibitRule struct { struct
667 SourceMatch map[string]string `yaml:"source_match,omitempty" json:"source_match,omitempty"`
670 SourceMatchRE MatchRegexps `yaml:"source_match_re,omitempty" json:"source_match_re,omitempty"`
673 TargetMatch map[string]string `yaml:"target_match,omitempty" json:"target_match,omitempty"`
676 TargetMatchRE MatchRegexps `yaml:"target_match_re,omitempty" json:"target_match_re,omitempty"`
679 Equal model.LabelNames `yaml:"equal,omitempty" json:"equal,omitempty"`
683 func (r *InhibitRule) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/alertmanager/
H A Dtypes.ts110 export type InhibitRule = { alias
/dports/www/grafana8/grafana-8.3.6/pkg/services/ngalert/api/tooling/
H A Dpost.json1002 "InhibitRule": { object
H A Dspec.json2035 "InhibitRule": { object