MINOR: Fix docs for end-to-end record latency metrics#10449
MINOR: Fix docs for end-to-end record latency metrics#10449ableegoldman merged 1 commit intoapache:trunkfrom
Conversation
cadonna
left a comment
There was a problem hiding this comment.
@ableegoldman During the preparation of my talk about Kafka Streams metrics, I noticed the following mistake in PR #10251. The e2e record latency metrics are processor node level metrics. So they were in the wrong section. The bean regex was also wrong since the regex depends on the level.
Sorry that I had not found the time to review #10251
| </tr> | ||
| </tbody> | ||
| <tr> | ||
| <td>record-e2e-latency-avg</td> |
There was a problem hiding this comment.
Technically, the record e2e latency metrics are processor node level metrics that are only available on certain types of nodes. Since the bean regex depends on the level (i.e., the metric group) the regex was wrong before.
There was a problem hiding this comment.
Ah, thanks. Tbh I had forgotten how we ultimately ended up doing these metrics, thanks for catching this
| </tr> | ||
| <tr> | ||
| <td>active-process-ratio</td> | ||
| <td>The total number of records dropped within this task.</td> |
There was a problem hiding this comment.
This fixes a copy and paste error coming from the dropped-records-* metrics.
|
Unrelated failures in |
Reviewers: Anna Sophie Blee-Goldman <ableegoldman@apache.org>
…e-allocations-lz4 * apache-github/trunk: (243 commits) KAFKA-12590: Remove deprecated kafka.security.auth.Authorizer, SimpleAclAuthorizer and related classes in 3.0 (apache#10450) KAFKA-3968: fsync the parent directory of a segment file when the file is created (apache#10405) KAFKA-12283: disable flaky testMultipleWorkersRejoining to stabilize build (apache#10408) MINOR: remove KTable.to from the docs (apache#10464) MONOR: Remove redudant LocalLogManager (apache#10325) MINOR: support ImplicitLinkedHashCollection#sort (apache#10456) KAFKA-12587 Remove KafkaPrincipal#fromString for 3.0 (apache#10447) KAFKA-12426: Missing logic to create partition.metadata files in RaftReplicaManager (apache#10282) MINOR: Improve reproducability of raft simulation tests (apache#10422) KAFKA-12474: Handle failure to write new session keys gracefully (apache#10396) KAFKA-12593: Fix Apache License headers (apache#10452) MINOR: Fix typo in MirrorMaker v2 documentation (apache#10433) KAFKA-12600: Remove deprecated config value `default` for client config `client.dns.lookup` (apache#10458) KAFKA-12952: Remove deprecated LogConfig.Compact (apache#10451) Initial commit (apache#10454) KAFKA-12575: Eliminate Log.isLogDirOffline boolean attribute (apache#10430) KAFKA-8405; Remove deprecated `kafka-preferred-replica-election` command (apache#10443) MINOR: Fix docs for end-to-end record latency metrics (apache#10449) MINOR Replaced File with Path in LogSegmentData. (apache#10424) KAFKA-12583: Upgrade netty to 4.1.62.Final ...
Committer Checklist (excluded from commit message)