GitHub user zhuhaifengleon opened a pull request:

    https://github.com/apache/flink/pull/2753

    [FLINK-4840] [metrics] Measure latency of record processing and expose it 
as a metric

    This PR introduce record processing time metric for measuring a task 
running performance. The latency is processing time cost of all chained 
operator for a task.
    following Metrics on the TaskIOMetricGroup:
    1. recordProcessLatency(ms): Histogram measuring the processing time per 
record of a task. It is the processing time of chain if a chained task. 
    2. recordProcTimeProportion(ms): Meter measuring the proportion of record 
processing time for infor whether the main cost

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhuhaifengleon/flink FLINK-4840

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2753.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2753
    
----
commit 780d5590ff90ff6cda703b5747db01fc3bf968b9
Author: zhuhaifengleon <[email protected]>
Date:   2016-10-31T09:41:39Z

    [FLINK-4840] [metrics] Measure latency/delay of record processing and 
expose it as a metric

commit 0fbb87be7ec9b86edb0888203d00aec595e77b31
Author: zhuhaifengleon <[email protected]>
Date:   2016-11-03T08:26:29Z

    [FLINK-4840] [metrics] Measure latency/delay of record processing and 
expose it as a metric

----


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to