Skip to content

Commit

Permalink
[FLINK-22438][metrics] Add numRecordsOut metric for Async IO
Browse files Browse the repository at this point in the history
This closes #15791.
  • Loading branch information
zhangzhengqi3 authored and tillrohrmann committed Apr 29, 2021
1 parent 6a0d44d commit 87b1831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void setup(
throw new IllegalStateException("Unknown async mode: " + outputMode + '.');
}

this.timestampedCollector = new TimestampedCollector<>(output);
this.timestampedCollector = new TimestampedCollector<>(super.output);
}

@Override
Expand Down

0 comments on commit 87b1831

Please sign in to comment.