[Question] Is it possible to support streaming monitoring?
Question
Thank you very much for providing such an easy-to-use monitoring system. I would like to ask a question about the usage we encountered ourselves. Thank you!
Our system service triggers alerts when logging keywords like XXXException. However, at this moment, the data is in the Kafka stream. I would like to trigger alerts directly upon encountering these keywords, that is, instantaneous alerts instead of a continuous increase in metrics. Is there a way to achieve this?
I understand that this might be difficult to achieve under standard functionality. I hope to get some guidance, even if it requires developing some code. I just want to ensure that what I'm doing is relatively correct. Thank you again.
I think this is a great idea and a direction for future functionality, perhaps we should implement this with the help of stream processing tools such as flink.