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

Spans are broken if not using X-RAY #924

Open
Sutty100 opened this issue May 17, 2024 · 3 comments
Open

Spans are broken if not using X-RAY #924

Sutty100 opened this issue May 17, 2024 · 3 comments
Labels

Comments

@Sutty100
Copy link

Describe the bug
I have Lambda A that calls Lambda B via http through API Gateway. The span is not joined and instead I end up with two separate traces when using any tool other than X-RAY

Steps to reproduce
Create a Java 11 Lambda. Disable active tracing. Use the latest layer:
arn:aws:lambda:eu-west-1:901920570463:layer:aws-otel-java-agent-amd64-ver-1-32-0:1

OpenTelemetry config pointed to X-RAY, Zipkin, ElasticAPM

Lambda A and B both use API Gateway with the Lambda Proxy integration

Send some requests

What did you expect to see?
A single trace across the two Lambdas in all 3 OpenTel compatiable tools.

What did you see instead?
A single trace in X-RAY ✅
Two separate not joined traces in Zipkin and ElasticAPM ❌

What version of collector/language SDK version did you use?
Version: 1-32-0

What language layer did you use?
Config: Java

Copy link

This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled

@github-actions github-actions bot added the stale label Aug 18, 2024
@gshpychka
Copy link

Still relevant.

@github-actions github-actions bot removed the stale label Aug 25, 2024
Copy link

This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled

@github-actions github-actions bot added the stale label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants