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 duplicates error message if multiple alertnames are evaluated at same time #4944
Comments
brian-brazil
added
kind/bug
component/promtool
labels
Dec 3, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Thanks @mwalters-workmarket for reporting this. Will look at it. |
brian-brazil
closed this
in
#4964
Dec 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mwalters-workmarket commentedDec 3, 2018
•
edited
Minimal example:
rules.yaml:
test.yaml:
when I execute
promtool test rules test.yamlI expect to see output:
But the actual output is:
It looks like the issue is occurring because in the test file, the eval_time for both rules is the same (1m)