What needs to happen?
Summary
- Added Support for generating throughput, watermark progress & latency metric emission
- A MetricOp is attached to each input & output
- Throughput Metrics are emitted for input and output throughput
- Watermark Progress Metrics are emitting at the during-process watermark of output
- Latency Metrics are emitted by collecting avg arrival time at input & output per watermark for each transform using formula Latency = Avg
- Arrival Time of Elements at Output - Avg Arrival Time of Elements at Input
- For GroupByKey translator based operators we aggregate avg arrivial time per window id and then only emit the latency using bove formula for elements under the same window
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
What needs to happen?
Summary
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components