12 Apr 2024 04:13 PM
We are facing a challenge with Dynatrace while trying to monitor AWS Lambda functions written using .Net Core 6 and triggered by Amazon API Gateway.
We are monitoring the calling side to Amazon API Gateway and we are also monitoring the Lambda Functions. However, we cannot see the correlation from the caller side. We just see Invocation in Dynatrace using this guide: https://docs.dynatrace.com/docs/shortlink/aws-lambda-otel-dotnet#example-2-trace-an-aws-lambda-invok...
Calling Service is showing that "Some" Lambda function is invoked:
Lamda function monitored is just showing Invoke and no underlying or called by:
Question: Can we see the correlation from Application -> Amazon API Gateway -> Lambda Function?
W3C Trace Context is enabled for Distributed tracing.