Effect Tracing with Datadog inside AWS Lambda
I try to get spans created by
I use the AWS CDK and
I use
The trace is in Datadog but my custom spans are missing.
One issue I can think of is a version mismatch between dd-trace-js that requires @opentelemetry/api@<1.9.0 and @effect/opentelemetry that requires @opentelemetry/api@>=1.9.0.
Does anyone have any experience with this setup?
Effect.withSpan to Datadog inside a Lambda Function using their Lambda Extension.I use the AWS CDK and
datadog-cdk-constructs-v2 with this configuration:I use
@effect-aws/lambda to build my handler and I provide the following layerThe trace is in Datadog but my custom spans are missing.
One issue I can think of is a version mismatch between dd-trace-js that requires @opentelemetry/api@<1.9.0 and @effect/opentelemetry that requires @opentelemetry/api@>=1.9.0.
Does anyone have any experience with this setup?
GitHub
Datadog APM client for Node.js. Contribute to DataDog/dd-trace-js development by creating an account on GitHub.
