Cannot disable/fix OpenTelemetry errors in AWS Lambda logs #668
Unanswered
imanshafiei540
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@imanshafiei540 Were you able to fix this ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I wonder if the new layer with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using AWS Lambda with Python 3.9 and OpenTelemetry SDK 1.17.0 to send metrics to an ADOT collector. The collector then exports the metrics to an endpoint. While everything is working as expected, I am seeing a few error logs in the Lambda log group, making it hard to maintain the logs.
I need help with either disabling these logs or fixing the errors. Here are some details of the environment variables and configuration files I'm using:
Tools:
arn:aws:lambda:us-east-1:901920570463:layer:aws-otel-python-amd64-ver-1-17-0:1
(AWS Distro for OpenTelemetry Lambda Support)Environment variables:
Configuration file (otel-config.yaml):
Here are the error logs that I'm receiving in the Lambda log group:
I would appreciate any help or suggestions to resolve these errors or disable the logs. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions