You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 08:53:20 UTC

[jira] [Commented] (FLINK-4186) Expose Kafka metrics through Flink metrics

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

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

GitHub user rmetzger opened a pull request:

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

    [FLINK-4186] Use Flink metrics to report Kafka metrics

    We were using Flink's accumulators in the past to report the Kafka metrics.
    With this change, we'll use the new metrics of Flink.
    
    I'm now also exposing the current offset of each topic partition through the metrics.

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

    $ git pull https://github.com/rmetzger/flink flink4186

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

    https://github.com/apache/flink/pull/2236.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 #2236
    
----
commit 234c549b6046d33ff8545661435ddb97b453bb2e
Author: Robert Metzger <rm...@apache.org>
Date:   2016-07-12T11:55:29Z

    [FLINK-4186] Use Flink metrics to report Kafka metrics
    
    This commit also adds monitoring for the current offset

----


> Expose Kafka metrics through Flink metrics
> ------------------------------------------
>
>                 Key: FLINK-4186
>                 URL: https://issues.apache.org/jira/browse/FLINK-4186
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kafka Connector
>    Affects Versions: 1.1.0
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>
> Currently, we expose the Kafka metrics through Flink's accumulators.
> We can now use the metrics system in Flink to report Kafka metrics.



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