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

Provide a common jar of applicationinsights-core #1060

Closed
andxu opened this issue Sep 9, 2019 · 2 comments
Closed

Provide a common jar of applicationinsights-core #1060

andxu opened this issue Sep 9, 2019 · 2 comments
Labels

Comments

@andxu
Copy link

andxu commented Sep 9, 2019

I am using very basic(we don't need to inject http requests) AI features in azure maven plugins the packing way AI used produces a very large jar by shadowjar which will causes many duplicated classes loaded like org.apache.commons.lang3 which will consuming extra large memories and cpu cycles verifying these classes. Can you public a core jar without any dependencies in maven central for users with similar behaviors like us? Thanks.

@littleaj
Copy link
Contributor

This is something we'd like to do in the future

@trask
Copy link
Member

trask commented Sep 9, 2022

Closing, if you are unable to use the auto-instrumentation solution (this repo), you can now use the auto-instrumentation solution's underlying OpenTelemetry exporters directly: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/README.md

@trask trask closed this as completed Sep 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants