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

OpenTelemetry Lambda Collector makefile should include support for Java17 runtime #1666

Open
arun-annamalai opened this issue Jan 14, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@arun-annamalai
Copy link
Contributor

arun-annamalai commented Jan 14, 2025

Describe the bug
A clear and concise description of what the bug is.
The Otel lambda collector makefile does not include the java17 runtime layer in its publish target.

I have created a collector layer and tested it in the java17 runtime and verified that the collector layer works and exports spans.

What did you expect to see?
A clear and concise description of what you expected to see.
I expect to see Java17 supported in the publish target.

What language layer did you use?
Config: (e.g., Java, Python, etc)
Java

@arun-annamalai arun-annamalai added the bug Something isn't working label Jan 14, 2025
@arun-annamalai
Copy link
Contributor Author

I can make the contribution to add the java17 runtime to the makefile if this is deemed a bug

@arun-annamalai arun-annamalai changed the title OpenTelemetry Lambda Collector should include support for Java17 runtime OpenTelemetry Lambda Collector makefile should include support for Java17 runtime Jan 14, 2025
@tylerbenson
Copy link
Member

It should be supported and is labeled as such here:
https://github.com/open-telemetry/opentelemetry-lambda/blob/main/.github/workflows/release-layer-java.yml#L105

If that's missing anywhere, go ahead and submit a fix.

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