MINOR: add missing docs for record-e2e-latency metrics#10251
Conversation
|
call for review @cadonna @vvcephei @guozhangwang -- in theory we should cherrypick this back to 2.8 at least, but I can prepare a separate PR against |
f0a6fbc to
a4c9250
Compare
a140932 to
a95d25e
Compare
| <td>kafka.streams:type=stream-task-metrics,thread-id=([-.\w]+),task-id=([-.\w]+)</td> | ||
| </tr> | ||
| <tr> | ||
| <td>active-process-ratio</td> |
There was a problem hiding this comment.
Noticed that we seem to be missing this task-level metric as well. Might be good to take stock of all the metrics at some point and make sure they're documented clearly, especially since it's easy to miss this doc which is outside of the usual Streams docs
|
Call for review also any of @lct45 @wcarlson5 @swist @mjsax |
|
Looks like all three Java builds passed, but some of the other builds failed (with timeout I believe). This is a docs-only change anyway so I think it's safe to merge |
Need to add missing docs for the record-e2e-latency metrics, and new TRACE recording level Reviewers: Walker Carlson <wcarlson@confluent.io>
|
Merged to trunk and cherrypicked to 2.7 and 2.8 (cc @vvcephei , it's docs only) |
Need to add missing docs for the record-e2e-latency metrics, and new TRACE recording level Reviewers: Walker Carlson <wcarlson@confluent.io>
I missed updating the documentation for these metrics since I didn't notice we had Streams metrics docs outside of the usual Streams docs.