hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

[Question] Is it possible to support streaming monitoring?

Open iwangjie opened this issue 1 year ago • 2 comments

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?

iwangjie avatar Dec 05 '24 07:12 iwangjie

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.

iwangjie avatar Dec 05 '24 07:12 iwangjie

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.

zqr10159 avatar Dec 06 '24 06:12 zqr10159