-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
pgwire,logpb,eventpb: various structured logging doc updates #63841
Conversation
4a9c4fd
to
b85d025
Compare
friendly ping |
@rauchenstein could you review this as well? Thanks cc @taroface |
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.
LGTM, and I updated the logging docs PR to reflect the update to SQL_EXEC
. Thank you!
Reviewed 1 of 1 files at r1, 5 of 5 files at r2, 3 of 3 files at r3.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @itsbilal and @rauchenstein)
Release note: None Co-authored-by: Raphael 'kena' Poss <[email protected]>
Release note (security update): Syntax errors in the HBA configuration in cluster setting `server.host_based_authentication.configuration` are now logged on the OPS channel.
The SQL_EXEC channel contains statement execution events (structured) and a copy of Go panics encountered during SQL execution (unstructured). Release note: None
The `SlowQuery` event only gets logged for full table scans if a certain cluster setting is set. This commit explains this. Release note: None
bors r=taroface |
Build succeeded: |
First commit from #62629.
Fixes #63764.
Fixes #63762.
See individual commits for details.
cc @taroface