20 Jan 2025
03:42 PM
- last edited on
21 Jan 2025
06:47 AM
by
MaciejNeumann
Hi we've a question regarding Opentelemetry + AWS Adot and python.
I'm following https://aws.amazon.com/blogs/opensource/auto-instrumenting-a-python-application-with-an-aws-distro-f...
and https://aws-otel.github.io/docs/getting-started/lambda/lambda-python
We have made some modifications to export the data to Dynatrace. One of the partners mentioned by AWS
I've made a test repo with deploy instructions: https://github.com/pruissen/otel-pythontest/blob/main/terraform/Makefile
https://github.com/pruissen/otel-pythontest-> The problem is that the layer mentioned https://aws-otel.github.io/docs/getting-started/lambda/lambda-python
does not output opentelemetry data at all.
I use the env variables here: https://github.com/pruissen/otel-pythontest/blob/main/terraform/main.tf
Locally I have everything running succesfully using the same collector.yaml including sending alle opentelemetry data to Dynatrace.