You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2023/04/11 16:28:00 UTC

[jira] [Created] (KAFKA-14893) Public API for reporting Yammer metrics

Mickael Maison created KAFKA-14893:
--------------------------------------

             Summary: Public API for reporting Yammer metrics
                 Key: KAFKA-14893
                 URL: https://issues.apache.org/jira/browse/KAFKA-14893
             Project: Kafka
          Issue Type: Improvement
          Components: core, metrics
            Reporter: Mickael Maison
            Assignee: Mickael Maison


Server side metrics registered via the Yammer library are currently exposed via the KafkaMetricsReporter interface. This is configured by setting kafka.metrics.reporters in the server configuration.

However the interface is defined in Scala in the core module so it is not part of the public API. This API also assumes implementations can access KafkaYammerMetrics.defaultRegistry(), which is also not part of the public API, in order to report metrics.

Also this API should support reconfigurable configurations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)