Home
last modified time | relevance | path

Searched defs:AlertStmt (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dast.go55 type AlertStmt struct { struct
56 Name string
57 Expr Expr
58 Duration time.Duration
59 Labels labels.Labels
60 Annotations labels.Labels
82 func (*AlertStmt) stmt() {}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dast.go55 type AlertStmt struct { struct
56 Name string
57 Expr Expr
58 Duration time.Duration
59 Labels labels.Labels
60 Annotations labels.Labels
82 func (*AlertStmt) stmt() {}
/dports/net-mgmt/prometheus1/prometheus-1.8.2/promql/
H A Dast.go57 type AlertStmt struct { struct
58 Name string
59 Expr Expr
60 Duration time.Duration
61 Labels model.LabelSet
62 Annotations model.LabelSet
84 func (*AlertStmt) stmt() {}