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

Enhance postgres protocol parsing to handle ParameterStatus message #2060

Open
ddelnano opened this issue Dec 13, 2024 · 0 comments
Open

Enhance postgres protocol parsing to handle ParameterStatus message #2060

ddelnano opened this issue Dec 13, 2024 · 0 comments
Labels
area/datacollector Issues related to Stirling (datacollector)

Comments

@ddelnano
Copy link
Member

Users have requested that they'd like to be able to see the postgres server version from the pgsql protocol tracing. This is something that postgres encodes in the ParameterStatus message.

The postgres parser knows the ParameterStatus message exists, but we aren't pulling out the details from the payload when we see the message (the Tag::kParamStatus is missing from this switch statement).

@ddelnano ddelnano added the area/datacollector Issues related to Stirling (datacollector) label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/datacollector Issues related to Stirling (datacollector)
Projects
None yet
Development

No branches or pull requests

1 participant