Enhance postgres protocol parsing to handle ParameterStatus
message
#2060
Labels
area/datacollector
Issues related to Stirling (datacollector)
ParameterStatus
message
#2060
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).The text was updated successfully, but these errors were encountered: