echauchot commented on a change in pull request #13435:
URL: https://github.com/apache/beam/pull/13435#discussion_r553170443
##########
File path:
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/Monitor.java
##########
@@ -39,20 +39,15 @@
private class MonitorDoFn extends DoFn<T, T> {
final Counter elementCounter = Metrics.counter(name, prefix + ".elements");
final Counter bytesCounter = Metrics.counter(name, prefix + ".bytes");
- final Distribution startTime = Metrics.distribution(name, prefix +
".startTime");
- final Distribution endTime = Metrics.distribution(name, prefix +
".endTime");
- final Distribution startTimestamp = Metrics.distribution(name, prefix +
".startTimestamp");
- final Distribution endTimestamp = Metrics.distribution(name, prefix +
".endTimestamp");
+ final Distribution systemTimestamp = Metrics.distribution(name, prefix +
".systemTimestamp");
Review comment:
please rename also the metric name
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]