Send logs from AWS Lambda to backend using opentelemetry collector #1383
Unanswered
anil-repos
asked this question in
Q&A
Replies: 2 comments
-
@rapphil We have same issue. can you please clarify? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This might be something not currently supported, but added with #1347. Please take a look at that PR and see if that covers it. |
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
-
Hi
I am trying to send logs from AWS lambda (which is printed to stdout) to opensearch backend using opentelemetry collector.
My configuration looks like this :
OPENTELEMETRY_COLLECTOR_CONFIG_FILE = /var/task/collector.yaml
My question is - is it even possible to send logs directly from aws lambda to other place using opentelemetry collector.
Also, I do not want to use opentelemetry SDK and its logging APIs inside code.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions