Turn off the received-first-response traces #262
Labels
status/blocked
Further work depending on the completion of some other task/PoC/issue
status/draft
Status: When you create an issue before you have enough info to properly describe the issue.
Description
NOTE: This change requires a new version of the Npgsql package(s).
The default tracing from NpgSQL includes traces with the message received-first-response. There is a lot of them and we probably don't have any need for them.
Update nuget packages and turn off
EnableFirstResponseEvent
.Additional Information
They're adding new options to the
NpgsqlTracingOptions
class. The one that is interesting for us is theEnableFirstResponseEvent
property.https://github.com/npgsql/npgsql/pull/5853/files#diff-e3555b1bea8f96895a00eff9a7462125d6224cd6fb1601be8d1562abf306f7aa
Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: