Effect CommunityEC
Effect Community15mo ago
8 replies
ts

Integrating OpenTelemetry with Effect in NestJS App

I run effect in a nestjs app, which already has in tracing setup via @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?
Was this page helpful?