[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-12-04 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/5071 ---

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-30 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5071#discussion_r154031899 --- Diff: docs/monitoring/metrics.md --- @@ -94,8 +94,8 @@ Alternatively you can also use your own `Counter` implementation: {% highlight java %}

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-29 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5071#discussion_r153923624 --- Diff: docs/monitoring/metrics.md --- @@ -94,8 +94,8 @@ Alternatively you can also use your own `Counter` implementation: {% highlight java %}

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-29 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5071#discussion_r153839062 --- Diff: docs/monitoring/metrics.md --- @@ -61,9 +63,35 @@ public class MyMapper extends RichMapFunction { } {% endhighlight

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-29 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5071#discussion_r153838811 --- Diff: docs/monitoring/metrics.md --- @@ -61,9 +63,35 @@ public class MyMapper extends RichMapFunction { } {% endhighlight

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-26 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5071 [FLINK-7907][docs] The metrics documentation missing scala snippets ## What is the purpose of the change *The metrics documentation is missing Scala examples for many of the metrics types.