jacobycwang
Results
1
issues of
jacobycwang
While using instrumentation-pg, it will always create span for pool.connect, is there any way we can exclude or bypass that? https://github.com/open-telemetry/opentelemetry-js-contrib/blob/358345f1384635ae2cb072082b25907dcbcaebcb/plugins/node/opentelemetry-instrumentation-pg/src/instrumentation.ts#L361-L404 I've tried using Sampler to not sample that, however,...
discussion