[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2386 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-10-13 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r83207030 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -273,7 +276,7 @@ public void

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-10-13 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r83203023 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -273,7 +276,7 @@ public void

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-10-13 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r83201419 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -273,7 +276,7 @@ public void

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-09 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r78149051 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -322,6 +346,151 @@ public final

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-09 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r78148192 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/ContinuousFileReaderOperator.java --- @@ -125,6 +126,11 @@

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-09 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r78148223 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -322,6 +346,151 @@ public final

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-09 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r78147868 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/collector/selector/DirectedOutput.java --- @@ -95,11 +100,17 @@ public

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77997800 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -273,7 +276,7 @@ public void releaseOutputs()

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77997086 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/co/CoStreamFlatMap.java --- @@ -83,6 +83,7 @@ public void

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77997021 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -347,4 +521,5 @@ public void close()

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77996891 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -94,20 +102,38 @@ /**

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77996545 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -94,20 +102,38 @@ /**

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77996378 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java --- @@ -149,6 +154,8 @@ private LinkedHashSet

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77996178 --- Diff: docs/monitoring/metrics.md --- @@ -475,52 +474,76 @@ Flink exposes the following system metrics: - -

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-09-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2386#discussion_r77996152 --- Diff: docs/monitoring/metrics.md --- @@ -475,52 +474,76 @@ Flink exposes the following system metrics: - -

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-08-18 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/2386 [FLINK-3660] Measure latency and exposes them via a metric This commit adds the initial runtime support for measuring latency of records going through the system. I therefore introduced a