Configuring OpenTelemetry with HttpApp and Platform in Effect Typescript
Hey, I'm not sure I understand how to correctly configure
Also, should I be using scopes from the entrypoint of the application or just the entrypoint of the endpoint. If from the application entrypoint surely it will constantly be used as the parent it would never exit the
opentelemetry. I'm using the HttpApp / platform for my endpoints, do I need to configure scopes for each of these?Also, should I be using scopes from the entrypoint of the application or just the entrypoint of the endpoint. If from the application entrypoint surely it will constantly be used as the parent it would never exit the
Layer.launch call I'm using?