Alexandre YANG created KAFKA-9790:
-------------------------------------

             Summary: Wrong metric bean name for connect worker metrics
                 Key: KAFKA-9790
                 URL: https://issues.apache.org/jira/browse/KAFKA-9790
             Project: Kafka
          Issue Type: Bug
         Environment: Tested with this version of connect:  
cnfldemos/cp-server-connect-datagen:0.2.0-5.4.0
            Reporter: Alexandre YANG
         Attachments: image-2020-03-31-15-11-51-031.png

The connect worker metrics implemented here: 
 * [https://github.com/apache/kafka/pull/6843/files]
 * 
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-475%3A+New+Metrics+to+Measure+Number+of+Tasks+on+a+Connector]

should have this bean name:

 
{code:java}
kafka.connect:type=connect-worker-metrics,connector="{connector}"
{code}
but it's currently (see screenshot)

 
{code:java}
kafka.connect:type=connector-metrics,connector=datagen2
{code}
 

 

 

!image-2020-03-31-15-11-51-031.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to