KAFKA-13436: Omitted BrokerTopicMetrics metrics in the documentation#11473
KAFKA-13436: Omitted BrokerTopicMetrics metrics in the documentation#11473mimaison merged 8 commits intoapache:trunkfrom
Conversation
There was a problem hiding this comment.
seems like we're missing an explanation for what these metrics measure.
There was a problem hiding this comment.
Yes let's try to include descriptions as above we recommend to graph and alert on these metrics
|
@splett2 Here is the fix. Reviewing the documentation, I found that 1. the other 'BrokerTopicMetrics' metrics are omitting |
|
As soon as this PR is merged, I will open a corresponding PR in |
|
@dajac Here is the update; As you can see here, only |
2927e6a to
4852135
Compare
4852135 to
649a17d
Compare
|
@splett2 @mimaison Sorry for being late. Here is the fix. Not only rebasing onto the latest trunk, I carefully inspected the implementation of
|
dddea0d to
d3c38f0
Compare
|
Rebased onto the latest trunk. |
mimaison
left a comment
There was a problem hiding this comment.
Thanks @dongjinleekr for the PR. I left a few suggestions
…=([-.\w]+)' to the BrokerTopicMetrics metrics.
…okerTopicMetrics metrics.
1. Add description on all-topic metrics; these metrics are provided on both of per-topic, all-topic basis. (see: BrokerTopicStats#topicStats, BrokerTopicStats#allTopicsStats) - MessagesInPerSec - BytesInPerSec - BytesOutPerSec - ReplicationBytesInPerSec - ReplicationBytesOutPerSec - TotalProduceRequestsPerSec - TotalFetchRequestsPerSec - FailedProduceRequestsPerSec - FailedFetchRequestsPerSec - ProduceMessageConversionsPerSec - FetchMessageConversionsPerSec - BytesRejectedPerSec 2. Remove the 'topic' attribute from all-topic only metrics: - NoKeyCompactedTopicRecordsPerSec - InvalidMagicNumberRecordsPerSec - InvalidMessageCrcRecordsPerSec - InvalidOffsetOrSequenceRecordsPerSec - ReassignmentBytesOutPerSec - ReassignmentBytesInPerSec
d3c38f0 to
a517fbf
Compare
|
@mimaison Here it is, with rebasing onto the latest trunk. 🙇 |
CONFLUENT: Sync from apache/kafka trunk to confluentinc/kafka master (13 Jun 2022) apache/trunk: (7 commits) KAFKA-13891: reset generation when syncgroup failed with REBALANCE_IN…(apache#12140) KAFKA-10000: Exactly-once source tasks (apache#11780) KAFKA-13436: Omitted BrokerTopicMetrics metrics in the documentation (apache#11473) MINOR: Use Exit.addShutdownHook instead of directly adding hooks to R…(apache#12283) KAFKA-13846: Adding overloaded metricOrElseCreate method (apache#12121) KAFKA-13935 Fix static usages of IBP in KRaft mode (apache#12250) HOTFIX: null check keys of ProducerRecord when computing sizeInBytes (apache#12288) Conflicts: None
I found this issue while working on KAFKA-13354.
As soon as this PR is approved, I will open a PR on the kafka-site also.
Committer Checklist (excluded from commit message)