Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2443
---
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 enab
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2443#discussion_r77829590
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
---
@@ -105,7 +106,9 @@ public void setup(
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/2443#discussion_r77825932
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
---
@@ -105,7 +106,9 @@ public void setup(St
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2443#discussion_r77821528
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
---
@@ -105,7 +106,9 @@ public void setup(
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2443#discussion_r77815865
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
---
@@ -105,7 +106,9 @@ public void setup(
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2443#discussion_r77814628
--- Diff:
flink-metrics/flink-metrics-core/src/main/java/org/apache/flink/metrics/MeterView.java
---
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the Apache
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2443
[FLINK-3950] Implement MeterView
In the JIRA discussion about FLINK-3950 @StephanEwen introduced the notion
of a `MetricView`, a `Meter`that derives it's values from another Counter or
Gauge. The `V