-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure Lambda to send traces to custom OTEL endpoint? #646
Comments
I got it working with:
I guess: only OTLP GRPC exporter is working. Problem: any change of Exporter is working only when |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@jangaraj Thank you for posting a follow up solution. Much appreciated. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been marked as stall for 30 days with no activity. |
I use Python 3.8 Lambda with the config:
layer:
arn:aws:lambda:us-east-1:901920570463:layer:aws-otel-python38-ver-1-5-0:2
collector.yaml
:Lambda logs:
But my custom OTEL collector (
https://<ALB-DNS-NAME>
) is not receiving any traces. How to configure AWS OTEL python layer to send traces to the custom OTLP collector endpoint properly?For the record: I have also AWS support ticket for this problem (#8887184821).
The text was updated successfully, but these errors were encountered: