rules.yml
groups:
- name: network-delay
  rules:
  - alert: "network delay"
    expr: probe_duration_seconds * 1000 > 3000
    for: 1s
    labels:
      severity: warning
      team: ops
    annotations:
      description: "{{$labels.instance}} : {{ $value }}"

alertmanager resolve_timeout is 5m

So after a warning is fired, in my opinion at least 5 mins later the 
resolved messge can be sent. But the resolved msg is sent immediately after 
the warning msg. why?

Thanks,
Lei

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/210f55e5-98f5-4e80-9db2-ec3d19bee917n%40googlegroups.com.

Reply via email to