Skip to content
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

feat: Implement byte matching in TCP query responses #1112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tacho
Copy link

@tacho tacho commented Aug 18, 2023

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.

Fixes: #801

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]>
@Raymondmax
Copy link

Is there any ETA for this PR merge?

@tacho
Copy link
Author

tacho commented Oct 27, 2023

I was wondering the same - it's been two months without any reaction. Is this project dead, or abandoned?

@rj-home
Copy link

rj-home commented Dec 5, 2023

+1 on this PR, we have the same issue which will be fixed after the merge

@freeyoung
Copy link

+1 on this PR too, would be nice to have this builtin

@sonman
Copy link

sonman commented May 27, 2024

+1 if we can use blackbox exporter also for postgres

@SuperQ SuperQ requested review from mem and electron0zero May 27, 2024 09:48
@Raymondmax
Copy link

FYI, here's a demo code to get Postgres cert info via TrustManager when connecting to the server

https://github.com/Raymondmax/PostgresCert/blob/main/main.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to scrape Postgres cert metrics
5 participants