Integrating OpenTelemetry with Effect in NestJS App
I run effect in a nestjs app, which already has in tracing setup via
I see there is a separate layer constructor
@opentelemetry/sdk-node, including auto-instrumentations (http, nestjs, etc). Is there a way for that to "collaborate" with the sdk from @effect/opentelemetry, or will they have to run in parallel? I see there is a separate layer constructor
layerTracerProvider, so I could at least share the SpanProcessor, but (a) is that a good idea, and (b) how else would I combine the two?