[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145376504 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-18 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145370731 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145366433 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145295629 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145294253 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogramStatistics.java --- @@ -0,0 +1,71 @@ +/* + *

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145293354 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogramStatistics.java --- @@ -0,0 +1,71 @@ +/* + *

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145293108 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145114978 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogramStatistics.java --- @@ -0,0 +1,71 @@ +/* + *

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145115654 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogramStatistics.java --- @@ -0,0 +1,71 @@ +/* + *

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145114263 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyStats.java --- @@ -0,0 +1,67 @@ +/* + * Licensed to the

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145113405 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145113966 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogram.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4826#discussion_r145114119 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/latency/LatencyHistogramStatistics.java --- @@ -0,0 +1,71 @@ +/* + *

[GitHub] flink pull request #4826: [FLINK-7608][metric] Refactoring latency statistic...

2017-10-14 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4826 [FLINK-7608][metric] Refactoring latency statistics metric A detailed description of this PR, see [#issue FLINK-7608: LatencyGauge change to histogram