Alexander Wert
Alexander Wert
Related: https://github.com/elastic/apm-agent-dotnet/issues/825
@ffMathy Thanks for reaching out and the feedback! Supporting AWS Lambda [involves more](https://github.com/elastic/apm/blob/main/specs/agents/tracing-instrumentation-aws-lambda.md) than just successfully sending data and, thus, is rather a bigger task: - proper lambda instrumentation /...
cc @SylvainJuge
Hi @tobiasstadler , we are working on the definition / technical design and task breakdown for this enhancement.
@michaelhyatt Can you try to disable X-Ray tracing in the API Gateway (https://docs.aws.amazon.com/xray/latest/devguide/xray-services-apigateway.html) and see whether it solves the observed problem?
> Yes, it looks like API GW is still adding a traceparent header before both Lambdas. Could it be the Lambda extension that is adding the `traceparent` (but not sending...
See: - https://github.com/elastic/apm/pull/654 - https://github.com/elastic/apm/pull/655
@jackshirazi Are all of the above sub-issues still relevant, or can we close some of them already?
@stuartnelson3 The relevant services are listed in the [spec here](https://github.com/elastic/apm/blob/master/specs/agents/tracing-instrumentation-azure.md#azure-storage). > but queue received its own separate issue That's true. The issues were just created before the structure of the...
@michaelhyatt @cyrille-leclerc I think the behavior you describe here is intended to be an explicit UI feature (rather than a bug) that has been introduced in 7.13. See this: https://github.com/elastic/kibana/pull/90424...