I have added Meter metrics to my flink job code,and in grafana I can see the graph for the same.
What I observe is that the graph initially rises, and then plateaus at 1, with occasional variations. As Meter calculates throughput, so does it mean that the map function, wherein I invoke markEvent() method on Meter instance, is getting completed once per second? With regards