Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upsupport for logical binary operator between range vector #5409
Comments
echo-of-wind
changed the title
support for logical operator between range vector
support for logical binary operator between range vector
Mar 27, 2019
This comment has been minimized.
This comment has been minimized.
|
It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided. |
brian-brazil
closed this
Mar 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
echo-of-wind commentedMar 27, 2019
probe_duration_seconds and probe_success are two metrics for every scrape, the following query attempts to query the five minutes interval range vector one hour ago, whose probe_success equals 1(now it prompts 'syntax error'):
probe_duration_seconds[5m] offset 1h and probe_success==1
from the doc, logical binary operator is only supported between two instant vectors.