Skip to content
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

Why logs are not send to otel collector? #1618

Open
alexFilichkin opened this issue Dec 4, 2024 · 1 comment
Open

Why logs are not send to otel collector? #1618

alexFilichkin opened this issue Dec 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alexFilichkin
Copy link

Hi,

I use java lambda with aws-otel-java-wrapper-amd64-ver-1-32-0 layer.
I see traces are sent to the otel collector, but logs were not.

How can I send logs to Otel collector using otel layer?

@alexFilichkin alexFilichkin added the bug Something isn't working label Dec 4, 2024
@hrmstockdale
Copy link

hrmstockdale commented Dec 9, 2024

Im not a contributor or maintainer but from my readings; currently the lambda (external) extension collector has not been configured with a logs receiver or an exporter so its no surprise that you are not experiencing this specific telemetry signal being exported. I am unsure why, but I am definitely curious 😅 Would be very keen to hear about the intentions from those closer to the project

Setting up a logs receiver and receiving telemetry via local nextwork calls from the runtime offer sthe opportunity to forgo cloudwatch logging and the entailed cost of paying for that logging service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants