Promql related query - probe_icmp_duration_seconds{phase =~ "resolve"} > 0 and probe_success == 0
24 views
Skip to first unread message
Siju Vasudevan
unread,
Jan 21, 2021, 9:15:07 AM1/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Usecase : i want to trigger hostdown alert only if the dns resolve is success and icmp check got failed. I was trying to create a promql query for this usecase but prometheus was not giving any result. Is it possible?
probe_icmp_duration_seconds{phase =~ "resolve"} > 0 and probe_success == 0