-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.11.0
-
Fix Version/s: 1.11.0
-
Component/s: API / Python
-
Labels:
We should report the diff value instead of the total ones. Code `meter.markEvent(update);` in `FlinkMetricContainer` should be changed to `meter.markEvent(update - meter.getCount());`
- is part of
-
FLINK-18100 Test different user-defined metrics for Python UDF
-
- Closed
-
- links to