Skip to content

Releases: microsoft/ApplicationInsights-Java

Application Insights Java 3.2.3 (GA)

10 Nov 04:37
1cd0408
Compare
Choose a tag to compare

Enhancements:

  • Support read-only file system #1945.
  • Reduce netty pool size #1944.
  • Do not apply sampling to metrics #1902.
  • Add support for multiple instrumentation keys #1938.

Bug Fixes:

  • Fix instrumentation key is null when sending persisted files from disk #1948.
  • Fix consumer span exporter mapping #1952.
  • Fix weird folder name like test%20-test #1946.

Application Insights Java 3.2.2 (GA)

28 Oct 02:08
9867760
Compare
Choose a tag to compare

Enhancements:

  • Bridge session id from 2.x SDK #1930
  • Add non-essential Statsbeat #1925
  • Update OpenTelemetry to 1.7 #1920

Bug Fixes:

  • Fix NullPointerException when sending raw bytes from persisted files on disk #1931

Application Insights Java 3.2.1 (GA)

22 Oct 21:14
531edb0
Compare
Choose a tag to compare

Enhancements:

  • Add Akka preview instrumentation #1911.
  • Add internal-reflection instrumentation #1912.
  • Reduce spammy logging #1915.

Application Insights Java 3.2.0 (GA)

06 Oct 02:42
ebb49dc
Compare
Choose a tag to compare

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.

Application Insights Java 3.2.0-BETA.4

30 Sep 01:58
5a731fd
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • 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.

Bug Fixes:

  • Fix quick pulse memory leak.

Application Insights Java 3.2.0-BETA.3

04 Sep 00:15
83ef844
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • 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.

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.

Application Insights Java 3.2.0-BETA.2

03 Aug 21:07
5adcc2c
Compare
Choose a tag to compare
Pre-release

Note: there have been lots of implementation detail changes in this release, and we recommend to wait until 3.2.0 GA release for any production deployment.

Enhancements:

  • 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

Application Insights Java 3.2.0-BETA

16 Jun 22:47
94ac07b
Compare
Choose a tag to compare
Pre-release

Note: there have been lots of implementation detail changes in this release, and we recommend to wait until 3.2.0 GA release for any production deployment.

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.

Application Insights Java 3.1.1 (GA)

11 Jun 03:28
d9e064e
Compare
Choose a tag to compare

Enhancements:

  • Add metric filtering to telemetry processor #1728.
  • Add log processor to telemetry processor #1713.

Bug Fixes:

  • Fix 2.x interop of timestamps #1726.
  • Fix app id retrieval 404 for Linux Consumption Plan #1730.
  • Fix an array of issues for Linux Consumption Plan #1732, #1737

Application Insights Java 3.1.1-BETA.4

02 Jun 00:56
1697a8f
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • Improve Azure Service Bus support #1710.
  • Updated to support OpenTelemetry API 1.2.0

Bug Fixes:

  • Fix memory leak caused by not removing Netty listeners upstream #2705
  • Fix App Map display of unknown dependencies #1716.