-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-19734 Updating the docs as a follow up to #20766 #20804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
KAFKA-19734 Updating the docs as a follow up to #20766 #20804
Conversation
docs/ops.html
Outdated
| <td>thread-state</td> | ||
| <td>The state of the thread as a number (<code>ordinal()</code> of the corresponding enum).</td> | ||
| <td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+),process-id=([-.\w]+)</td> | ||
| <td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+),process-id=([-.\w]+),application-id=([-.\w]+)</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems we only add the new tag to client-state but not to thead-state -- so this change seems not to apply.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a follow-up to this comment, the thread-id will already have the application-id embedded in it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @gensericghiro, overall lgtm once we address the outstanding comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add a new bullet point to the upgrade guide.
Summary
Updating the docs for the client state metric as a follow up to #20766