Hi All, I have few RichFlatMapFunction classes, and I have gauge added to each one of them. For a particular usecase I am updating these gauges incrementally. I have a class member variable in each of these classes which keeps increasing as flapMap function in these classes is called, and then I update corresponding gauge with this updated value.
I observe that some of these gauges show almost exactly same graph in grafana. Can it be due to this approach?