Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/5100 I think the fact the the operator needs this in `setup()` is already problematic, the latency metrics implementation shouldn't have been merged like this. Wouldn't we need the output gauge only in `OperatorChain` because that creates the `Output`s that operators use to emit watermarks?
---