-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Implement byte matching in TCP query responses #1441
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
Conversation
|
I tried to address the review comments from #1112 while rebasing. Let me know if I missed anything... |
electron0zero
left a 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.
few nits, lgtm 🙏🏼
needs a rebase and conflict resolved because of changes done in #1480.
ff505c6 to
8b4c6d0
Compare
|
@electron0zero thanks for the review, I hope this is what you had in mind! |
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.
@bitfehler yup, this is what i had in my mind.
just one more ask for cleanup, I missed this in my last review. rest lgtm.
thanks for taking time and helping us push it over finish line 🙏🏼
Currently the exporter only supports lines, which breaks byte-oriented protocols such as the PostgreSQL StartTLS handshake. We also give a working example for Postgres in the sample configuration. Signed-off-by: Stanislav Grozev <[email protected]> Co-authored-by: Conrad Hoffmann <[email protected]>
8b4c6d0 to
b5ed4e2
Compare
Signed-off-by: Conrad Hoffmann <[email protected]>
c3a2ff2 to
fa91976
Compare
Signed-off-by: Suraj Nath <[email protected]>
|
thank you for pushing it over finish line |
Currently the exporter only supports lines, which breaks byte-oriented protocols such as the PostgreSQL StartTLS handshake.
We also give a working example for Postgres in the sample configuration.
This is an attempt to get #1112 over the finish line, as it has apparently been abandoned.
I would be just as happy with #1424, but maybe this is a bit more generic and flexible?