ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

Provide a common jar of applicationinsights-core

Open andxu opened this issue 4 years ago • 1 comments

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.

andxu avatar Sep 09 '19 01:09 andxu

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

littleaj avatar Sep 18 '19 18:09 littleaj

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 avatar Sep 09 '22 04:09 trask