You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Yusu Jwa (Jira)" <ji...@apache.org> on 2022/07/28 08:37:00 UTC

[jira] [Created] (KAFKA-14120) Produce Kafka Streams Skipped Records Metrics

Yusu Jwa created KAFKA-14120:
--------------------------------

             Summary: Produce Kafka Streams Skipped Records Metrics
                 Key: KAFKA-14120
                 URL: https://issues.apache.org/jira/browse/KAFKA-14120
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 3.2.0
            Reporter: Yusu Jwa


Hi, I want to monitor "skip records" metrics and find a page that the feature for Skipped Records Metrics is adopted.
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-274%3A+Kafka+Streams+Skipped+Records+Metrics]

However, there is no Skipped Records Metrics in Kafka 3.2 version.

I found [the metric|https://github.com/apache/kafka/blob/3.2/streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/ThreadMetrics.java#L48] in source code, but it is used in only test case.
[https://github.com/apache/kafka/blob/8464e366827d4c3a822beff32b8a0123767cbf0e/streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/ThreadMetrics.java#L126-L136]
[https://github.com/apache/kafka/blob/8464e366827d4c3a822beff32b8a0123767cbf0e/streams/src/test/java/org/apache/kafka/streams/processor/internals/metrics/ThreadMetricsTest.java#L52-L68]

Could you check it and produce the Skipped Records Metrics?



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