Skip to content

Application Insights Java 3.2.0 (GA)

Compare
Choose a tag to compare
@heyams heyams released this 06 Oct 02:42
· 1238 commits to main since this release
ebb49dc

Migration notes:

  • Controller InProc dependencies are no longer captured by default. For information on how to reenable these dependencies, see the config options.
  • Database dependency names are now more concise with the full (sanitized) query still present in the data field. HTTP dependency names are now more descriptive. This change can affect custom dashboards or alerts if they relied on the previous values.

Enhancements:

  • Support Azure Active Directory Authentication.
    Supported authentication mechanisms:
    1. Authentication using System Assigned Managed Identity.
    2. Authentication using User Assigned Managed Identity.
    3. Authentication using Service Principal.
  • Support Stamp Specific redirects.
  • Use v2.1/track endpoint to send telemetry instead of v2/track.
  • Lots of internal clean up.
  • Reduce binary size from 3.2.0-BETA
  • Add Spring Integration instrumentation (preview).
  • Add thread name to log capture #1699.
  • Support W3C baggage propagation.
  • Disable legacy Request-Id propagation by default.
  • Handle partial content success due to Stamp specific redirects #1674.
  • Log controlled warning when telemetry truncated #1021.
  • Support system properties for connection string, role name and role instance #1684.
  • Small fixes to 2.x interop.
  • Updated to support OpenTelemetry API 1.4.1 (preview)
  • Moves 3 instrumentations out of preview, and enables them by default
    • Java 11 HTTP client
    • JAX-WS
    • RabbitMQ
  • Pulls in new instrumentations (enabled by default)
    • AsyncHttpClient
    • Google HTTP client
    • JAX-RS client
    • Jetty client
    • Spring RabbitMQ
    • Servlet 5.0 #1800
  • Log all available jmx metrics at debug level.
  • Misc logging improvements #1828.
  • Add grizzly instrumentation as preview.
  • Support Sample Telemetry feature for live metrics #1852.
  • Add inherited attributes preview #1743.
  • Database dependency names are now more concise, e.g. SELECT mydatabase.mytable instead of SELECT x, y, z, ... from ... where ........... (the full sanitized query is still captured in the dependency data field)
  • Database dependency target field slightly updated to enable better U/X integration
  • HTTP dependency names are now more descriptive, e.g. GET /the/path instead of HTTP GET
  • Update default configuration:
    • 'azuresdk' configuration moved out of preview configuration and is now enabled by default.
    • 'openTelemetryApiSupport' moved out of preview configuration and is now enabled by default.
  • Add Quartz and Apache Camel instrumentations to preview #1899.

Bug Fixes:

  • Fix live metrics sampled counts.
  • Fix stack traces not being captured for deadlocks #1263.
  • Fix Application Map to App service/function view support #1868.
  • Fix service bus mapping #1848.
  • Fix quick pulse memory leak.