You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2019/06/25 07:24:00 UTC

[jira] [Assigned] (FLINK-7624) Add kafka-topic for "KafkaProducer" metrics

     [ https://issues.apache.org/jira/browse/FLINK-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vinoyang reassigned FLINK-7624:
-------------------------------

    Assignee:     (was: vinoyang)

> Add kafka-topic for "KafkaProducer" metrics
> -------------------------------------------
>
>                 Key: FLINK-7624
>                 URL: https://issues.apache.org/jira/browse/FLINK-7624
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Metrics
>            Reporter: Hai Zhou
>            Priority: Major
>
> Currently, metric in "KafkaProducer" MetricGroup, Such as:
> {code:java}
> localhost.taskmanager.dc4092a96ea4e54ecdbd13b9a5c209b2.Flink Streaming Job.Sink--MTKafkaProducer08.0.KafkaProducer.record-queue-time-avg
> {code}
> The metric name in the "KafkaProducer" group does not have a kafka-topic name part,  if the job writes data to two different kafka sinks, these metrics will not distinguish.
> I wish that modify the above metric name as follows:
> {code:java}
> localhost.taskmanager.dc4092a96ea4e54ecdbd13b9a5c209b2.Flink Streaming Job.Sink--MTKafkaProducer08.0.KafkaProducer.<kafka topic>.record-queue-time-avg
> {code}
> Best,
> Hai Zhou



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)