Configed a simple rule:

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 }}"

A pushed the alert message wo wechat: 

  [Warning]:
2020-08-10 03:03:53
description = zhaoqing : 1081.122236  

I want to know how the time i  marked as red is generated and what it 
represents?
It is  about 40 mins earlier than the time when the msg is received.

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/f37d2ac0-5dc5-4bb6-ace5-e1de963c788fn%40googlegroups.com.

Reply via email to