Re: Integrating prometheus
Posted by
rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Integrating-prometheus-tp36355p36370.html
Hi Manish,
Currently, Flink's metric system does not support metrics via annotations. You need to go with the documented approach.
But of course, you can try to build your own metrics abstraction based on Flink's metric system.
Hi,
I am following
this link on how to integrate prometheus with flink.
Going by the code sample, I would need to insert related metrics code in the main logic.
Is it avoidable, like by using some annotations on methods?
Manish