[ 
https://issues.apache.org/jira/browse/FLINK-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15434470#comment-15434470
 ] 

ASF GitHub Bot commented on FLINK-3950:
---------------------------------------

Github user wuchong commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2374#discussion_r76012984
  
    --- Diff: docs/apis/metrics.md ---
    @@ -157,6 +157,55 @@ public class MyMapper extends RichMapFunction<Long, 
Integer> {
     }
     {% endhighlight %}
     
    +#### Meter
    +
    +A `Meter` measures an average throughput. An occurrence of an event can be 
registered with the `markEvent()` method. Occurrence of multiple events at the 
same time can be registered with `markEvent(long n)` method.
    --- End diff --
    
    Is `markEvent` a bit too long ? Maybe we can use `mark` instead. I find 
Counter and Histogram follow dropwizard's function name.


> Add Meter Metric Type
> ---------------------
>
>                 Key: FLINK-3950
>                 URL: https://issues.apache.org/jira/browse/FLINK-3950
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Stephan Ewen
>            Assignee: Ivan Mushketyk
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to