You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, currently we are using pgx methods CopyFrom, that uses postgresql copy protocol, on ours bulk inserts.
Pgx provides an interface from this method on Tracer interface but it's not implemented on pgx v5 integration.
I have found a open telemetry integration that implements support to CopyFrom link
Desired Behaviour
When any CopyFrom methods is called should appear a span on new relic request trace.
Possible Solution
I think we can base on otel implementation. If it's needed, I can provide a PR for this feature
Additional context
The text was updated successfully, but these errors were encountered:
IF you would like to put forward a pr, we are happy to guide you by leaving comments. Please assign one of us to it, and make sure to take the PR against the develop branch.
Summary
Hi, currently we are using pgx methods
CopyFrom
, that uses postgresql copy protocol, on ours bulk inserts.Pgx provides an interface from this method on
Tracer
interface but it's not implemented on pgx v5 integration.I have found a open telemetry integration that implements support to CopyFrom link
Desired Behaviour
When any
CopyFrom
methods is called should appear a span on new relic request trace.Possible Solution
I think we can base on otel implementation. If it's needed, I can provide a PR for this feature
Additional context
The text was updated successfully, but these errors were encountered: