On 1/12/2021 10:57 AM, Manish G wrote:
Hi All,I have implemented a flatmap function and I want to collect metrics for average time for this function which I plan to monitor via prometheus.What would be good approach for it? I have added a gauge to the method(extending Gauge interface from flink API). Would it work for my needs?