Send logs from AWS Lambda to backend using opentelemetry collector #2154
Closed
anil-repos
announced in
Community Discussions
Replies: 1 comment
-
|
hi @anil-repos! I'd recommend asking this in https://github.com/open-telemetry/opentelemetry-lambda |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.yamlMy 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