Releases: microsoft/ApplicationInsights-Java
Releases · microsoft/ApplicationInsights-Java
Application Insights Java 3.3.0 (GA)
Migration notes:
LoggingLevel
isn't captured by default as part of Traces' custom dimension because that data is already captured in theSeverityLevel
field. For information on how to reenable it, see the config options.- Exception records are no longer recorded for failed dependencies. They're only recorded for failed requests.
Enhancements:
- Reduce jar file size #2295.
- Stop capturing exception records on dependencies #2307.
- Add support for sampling overrides on http request headers #2308.
- Enable quartz instrumentation by default #2313.
- Add warning message on internal attribute usage #2314.
- Lots of refactoring and improvements.
- Continue to add support for OpenTelemetry metrics API.
- Deprecate logs' LoggingLevel custom property #2254.
- Add support for OpenTelemetry metrics API
- Lots of refactorings and improvements.
- Update OpenTelemetry to 1.15 #2332.
- Add configuration for disk persistence capacity #2329.
- Add support for runtime attach #2325.
- Continue to add support for OpenTelemetry metrics API.
Application Insights Java 3.3.0-BETA.2
Enhancements:
- Update OpenTelemetry to 1.14.
- Reduce jar file size #2295.
- Stop capturing exception records on dependencies #2307.
- Add support for sampling overrides on http request headers #2308.
- Enable quartz instrumentation by default #2313.
- Add warning message on internal attribute usage #2314.
- Lots of refactoring and improvements.
- Continue to add support for OpenTelemetry metrics API.
Application Insights Java 3.3.0-BETA
Application Insights Java 3.2.11 (GA)
Enhancements:
- Turn off Statsbeat when unable to reach ingestion service. #2221.
Application Insights Java 3.2.10 (GA)
Bug Fixes:
- Fix Statsbeat warning #2208.
Application Insights Java 3.2.9 (GA)
Application Insights Java 3.2.8 (GA)
Application Insights Java 3.2.7 (GA)
Application Insights Java 3.2.6 (GA)
Application Insights Java 3.2.5 (GA)
Enhancements:
- Log ingestion error on 206 response from Breeze #2065.
- Add separate queue for metrics to avoid dropping telemetry #2062.
- Stop sending telemetry when ikey is empty #2061.
- Make vertx opt-in preview instrumentation #2058.
- Add Friendly exception handling for cipher suite issue #2053.