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 uppromtool doesn't always bubble up PromQL engine errors #5473
Comments
wutianchen
changed the title
Promtool tells 1 = 100
Promtool tells me 1 = 100
Apr 17, 2019
This comment has been minimized.
This comment has been minimized.
|
There is a bug in In the meantime you can still reduce the number of samples like this: - interval: 2m
input_series:
- series: 'yace_cloudwatch_requests_1h_incremental'
values: '1+0x5040 100+0x100' |
simonpasquier
referenced a pull request that will
close
this issue
Apr 18, 2019
Open
cmd/promtool: return errors from rule evaluations #5483
simonpasquier
changed the title
Promtool tells me 1 = 100
promtool doesn't always bubble up PromQL engine errors
Apr 19, 2019
This comment has been minimized.
This comment has been minimized.
|
I've edited the issue's title to reflect the current status. |
simonpasquier
added
component/promtool
kind/bug
labels
Apr 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wutianchen commentedApr 17, 2019
•
edited
I have a alert rule
and a promtool unit test
It doesn't file as expected.
The above two are expected but the following:
yace_cloudwatch_requests_1h_incremental == quantile_over_time(0.5, yace_cloudwatch_requests_1h_incremental[7d]) is true mathematically
Any explaination to this ? thx