Home
last modified time | relevance | path

Searched refs:ActiveAt (Results 1 – 25 of 146) sorted by relevance

123456

/dports/net-mgmt/bosun/bosun-0.9.0-preview/models/
H A Dsilence.go23 if !s.ActiveAt(now) {
29 func (s *Silence) ActiveAt(now time.Time) bool { func
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/rule/api/
H A Dv1.go147 ActiveAt *time.Time `json:"activeAt,omitempty"` member
160 ActiveAt: &ruleAlert.ActiveAt,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/rules/rulespb/
H A Dcustom_test.go278 ActiveAt: nil,
286 ActiveAt: &twoHoursAgo,
361 ActiveAt: nil,
367 ActiveAt: &twoHoursAgo,
/dports/net-mgmt/prometheus1/prometheus-1.8.2/rules/
H A Dalerting.go79 ActiveAt, ResolvedAt model.Time member
233 ActiveAt: ts,
258 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ruler/
H A Dapi.go51 ActiveAt *time.Time `json:"activeAt"` member
176 ActiveAt: &a.ActiveAt,
258 ActiveAt: &a.ActiveAt,
H A Druler.pb.go284ActiveAt time.Time `protobuf:"bytes,5,opt,nam… member
339 return m.ActiveAt
605 if !this.ActiveAt.Equal(that1.ActiveAt) {
690 s = append(s, "ActiveAt: "+fmt.Sprintf("%#v", this.ActiveAt)+",\n")
1050 …_gogo_protobuf_types.StdTimeMarshalTo(m.ActiveAt, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdT…
1220 l = github_com_gogo_protobuf_types.SizeOfStdTime(m.ActiveAt)
1311 …`ActiveAt:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ActiveAt), "Timestamp", "time…
2111 …if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.ActiveAt, dAtA[iNdEx:postIndex]); err…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/ruler/
H A Dapi.go51 ActiveAt *time.Time `json:"activeAt"` member
176 ActiveAt: &a.ActiveAt,
258 ActiveAt: &a.ActiveAt,
H A Druler.pb.go284ActiveAt time.Time `protobuf:"bytes,5,opt,nam… member
339 return m.ActiveAt
605 if !this.ActiveAt.Equal(that1.ActiveAt) {
690 s = append(s, "ActiveAt: "+fmt.Sprintf("%#v", this.ActiveAt)+",\n")
1050 …_gogo_protobuf_types.StdTimeMarshalTo(m.ActiveAt, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdT…
1220 l = github_com_gogo_protobuf_types.SizeOfStdTime(m.ActiveAt)
1311 …`ActiveAt:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ActiveAt), "Timestamp", "time…
2111 …if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.ActiveAt, dAtA[iNdEx:postIndex]); err…
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go90 ActiveAt time.Time member
375 ActiveAt: ts,
396 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
403 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go89 ActiveAt time.Time member
380 ActiveAt: ts,
413 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
420 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go89 ActiveAt time.Time member
374 ActiveAt: ts,
407 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
414 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go89 ActiveAt time.Time member
374 ActiveAt: ts,
407 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
414 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/rules/
H A Dalerting.go89 ActiveAt time.Time member
373 ActiveAt: ts,
406 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
413 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go89 ActiveAt time.Time member
374 ActiveAt: ts,
407 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
414 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go90 ActiveAt time.Time member
377 ActiveAt: ts,
410 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
417 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/rules/
H A Dalerting.go88 ActiveAt time.Time member
361 ActiveAt: ts,
382 if a.State == StatePending && ts.Sub(a.ActiveAt) >= r.holdDuration {
389 vec = append(vec, r.forStateSample(a, ts, float64(a.ActiveAt.Unix())))
H A Dmanager_test.go454 testutil.Equals(t, e.ActiveAt, restoreTime)
459 testutil.Equals(t, opts.ForGracePeriod, e.ActiveAt.Add(alertForDuration).Sub(restoreTime))
471 …activeAtDiff := float64(e.ActiveAt.Unix() + int64(tst.downDuration/time.Second) - got[i].ActiveAt.…
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/cmd/prometheus/
H A Dmain_test.go201 ActiveAt: time.Unix(1, 0),
221 ActiveAt: time.Unix(1, 0),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/cmd/prometheus/
H A Dmain_test.go201 ActiveAt: time.Unix(1, 0),
221 ActiveAt: time.Unix(1, 0),
/dports/www/grafana8/grafana-8.3.6/pkg/services/ngalert/api/tooling/definitions/
H A Dprom.go123 ActiveAt *time.Time `json:"activeAt"` member
/dports/www/grafana8/grafana-8.3.6/pkg/services/ngalert/api/
H A Dapi_prometheus.go50 ActiveAt: &startsAt,
183 ActiveAt: &activeAt,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/testutil/testpromcompatibility/
H A Dapi_compatibility.go51 ActiveAt *time.Time `json:"activeAt,omitempty"` member
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/cmd/prometheus/
H A Dmain_test.go145 ActiveAt: time.Unix(1, 0),
165 ActiveAt: time.Unix(1, 0),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/cmd/prometheus/
H A Dmain_test.go145 ActiveAt: time.Unix(1, 0),
165 ActiveAt: time.Unix(1, 0),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/cmd/prometheus/
H A Dmain_test.go145 ActiveAt: time.Unix(1, 0),
165 ActiveAt: time.Unix(1, 0),

123456