operator
operator copied to clipboard
fix(vmalert): discover vmalertmanagers
Related: #702
Upon further thinking and reading, I'm not sure it will fix the linked issue. However, it definitely does address some problematic assumptions made by the original filtering code. There are a few scenarios where it will do the complete wrong thing, which isn't ideal.
Upon further thinking and reading, I'm not sure it will fix the linked issue. However, it definitely does address some problematic assumptions made by the original filtering code. There are a few scenarios where it will do the complete wrong thing, which isn't ideal.
Thanks for the pr! Can you add some scenarios that could be wrong for the origin code in the test file?
@Haleygo Will do.