8000 Update dependency com.microsoft.azure:applicationinsights-web to v3 by renovate[bot] · Pull Request #3141 · hmcts/cmc-claim-store · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update dependency com.microsoft.azure:applicationinsights-web to v3 #3141

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

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Mar 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.microsoft.azure:applicationinsights-web 2.6.4 -> 3.7.1 age adoption passing confidence

Release Notes

Microsoft/ApplicationInsights-Java (com.microsoft.azure:applicationinsights-web)

v3.7.1

Compare Source

v3.7.0

Compare Source

Enhancements
  • Support for Live Metrics Filtering (#​43040, #​43184, #​43289, #​43323, #​43506, #​43744)
  • Update to OpenTelemetry Java Instrumentation 2.12.0 (#​4034)
  • Remove user sensitive data from self-diagnostics (#​3976)
  • Exclude META-INF/maven/** from agent jar to avoid CVE false positives (#​4040)
  • Don't log Log Records (when debug logging enabled) if they are sampled out
    (#​3936)
  • Include NICE, IRQ, SOFTIRQ, and STEAL in \\Processor(_Total)\\% Processor Time metric
    (#​3987)
  • Add note to applicationinsights.log to make sure that private information is removed from the log
    (#​4011)
  • Support finding applicationinsights.json in current dir when using runtime attach
    (#​3990)
  • Add a warning message if the applicationinsights-agent jar is in the classpath in Java 11+ (#​4039)

v3.6.2

Compare Source

Enhancements

v3.6.1

Compare Source

Bug fixes
  • Regression introduced in 3.6.0 where some exception telemetry records were missing a required field causing them to be rejected by the ingestion service
    (Azure/azure-sdk-for-java#42241)

v3.6.0

Compare Source

Enhancements
Bug fixes
  • Disable publication of gradle module metadata for all artifacts
    (#​3836)

v3.5.4

Compare Source

Bug fixes
  • Fix possible OOM with Wildfly
    (#​3796)
Enhancements:
  • Fail to start-up if proxy host contains http or https
    (#​3776)
  • Help the user to configure the connection string
    (#​3788)
  • Update browser loader version
    (#​3765)
CVE

v3.5.3

Compare Source

Enhancements:
  • Emit stable OpenTelemetry HTTP metrics
    (#​3676)
  • Support AAD clientsecret via env var
    (#​3692)
  • Display a message about sampling at start-up
    (#​3700)
  • Fail if HTTP status code used in sampling override
    (#​3708)
  • Fix misleading connection string message
    (#​3709)
  • Update to OpenTelemetry Java Instrumentation 2.4.0
    (#​3711)
  • Introduce explicit option to disable ingestion sampling
    (#​3713)
  • Remove _APPRESOURCEPREVIEW_ custom metric as it is still in preview
    (#​3710)

v3.5.2

Compare Source

Enhancements:
  • Add an env var for disabling logging instrumentation
    (#​3622)
  • Trim the connecting string
    (#​3629)
  • Update to OpenTelemetry Java Instrumentation 2.3.0
    (#​3649)
  • Reduce logging
    (#​3564)

v3.5.1

Compare Source

Bug fixes:
  • Fix sampling overrides for http.target when url.query is present (#​3588)
  • Support url.query from OTel stable HTTP semconv (#​3581)
  • Fix ETW initialization failure for App Service Windows (#​3571)
  • Fix ingestion sampling(#​3578)

v3.5.0

Compare Source

Breaking changes
  • ⚠️⚠️ Stable HTTP semantic conventions are now emitted ⚠️⚠️
    TOO MANY CHANGES TO LIST HERE, be sure to review the full list of changes.
Enhancements:
  • Update to OpenTelemetry Java 2.1.0 (#​3418)
  • Support stable HTTP semantic conventions (#​3418)
  • GA sampling overrides (#​3463)
  • Collect JMX metrics via OTLP (#​3406)
  • Support OpenTelemetry Java instrumentation Agent Extension (#​3493)
  • Support Pekko instrumentation (#​3517)
Bug fixes:
  • Fix ETW log for non-auto attach (#​3560)
  • Fix duplicate exceptions (#​3555)

v3.4.19

Compare Source

Enhancements:
  • Update to OpenTelemetry Java 1.32 (#​3394)
  • Update to azure-monitor-opentelemetry-exporter to 1.0.0-beta.15 (#​3360)
  • Support non-string type telemetry processor attributes (#​3388)
  • Double pumping JMX metrics to OTLP and Breeze (#​3406)

v3.4.18

Compare Source

Enhancements:
  • Update to OpenTelemetry Java 1.31 (#​3341)
  • Update to azure-monitor-opentelemetry-exporter to 1.0.0-beta.13 (#​3356)
  • Collect operation name for Azure Function (#​3311)
Bug fixes:
  • Fix Statsbeat when using dormant Application Insights instrumentation keys (#​37176)

v3.4.17

Compare Source

Enhancements:
  • Update to OpenTelemetry Java 1.30 (#​3292)
  • GA Azure Active Directory authentication (#​3284)
  • Enable sampling overrides using thread.name (#​3285)
Bug fixes:
  • Fix regression in 3.4.16 where default applicationinsights.json config location is not loaded in AppServices, Azure Functions, and AKS (#​3288)

v3.4.16

Compare Source

Enhancements:
  • Add r2dbc preview instrumentation
    (#​3260)
  • Fix azure functions consumption initialization
    (#​3244)
  • Add new ktor preview instrumentation
    (#​3243)
  • Telemetry processor - Allow multimatch on log body and span name
    (#​3229)

v3.4.15

Compare Source

Enhancements:
Bug fixes:
  • Fix log exporter self-diagnostics
    (#​3140)
  • Fix name of env var to match documentation
    APPLICATIONINSIGHTS_SAMPLING_REQUESTS_PER_SECOND
    (#​3161)

v3.4.14

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.27
    (#​3124)
  • Add javascript snippet injection preview feature
    (#​3132)
Bug fixes:

v3.4.13

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.26
    (#​3069)
  • Improve sampling override to support exceptions
    (#​3022)
Bug fixes:
  • Fix 2.x SDK integration when no 2.x iKey present
    (#​3036)

v3.4.12

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.25
    (#​3005)
Bug fixes:
  • Fix NPE when pulling profiler configuration
    (#​2987)

v3.4.11

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.24
    (#​2963)
Bug fixes:
  • Fix custom metrics in Azure Function Consumption Plan
    (#​2946)

v3.4.10

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.23
    (#​2923)
  • Set resultCode to "0" when Span.httpStatusCode is not present
    (#​2925)
  • Support dots in JMX attribute names
    (#​2921)
  • Improve Cosmos telemetry mapping
    (#​2906)

v3.4.9

Compare Source

Enhancements:
  • Allow profiler to be controlled from portal by default
    (#​2683)
  • GA metricIntervalSeconds config
    (#​2875)

v3.4.8

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.22.1
    (#​2840)
  • Add support for configuring connection string at runtime
    (#​2809)

v3.4.7

Compare Source

Enhancements:
  • Update to OpenTelemetry Java Instrumentation 1.21
    (#​2796)
Bug fixes:
  • Fix custom instrumentation type
    (#​2776)
  • Fix Azure SDK target mapping
    (#​2787)

v3.4.6

Compare Source

Bug fixes:
  • Fix self-diagnostics trace level logging can hang
    (#​2778)

v3.4.5

Compare Source

Enhancements:

v3.4.4

Compare Source

Enhancements:
  • Add scala instrumentation when play or akka instrumentation are enabled
    (#​2677)
Bug fixes:
  • Fix Azure Function instrumentation (bug introduced in 3.4.2)
    (#​2684)

v3.4.3

Compare Source

Bug fixes:
  • Fix runtime attach configuration file property
    (#​2619)
  • Fix sampling for Azure Functions
    (#​2652)
  • Fix default log directory for Azure Functions
    (#​2660)

v3.4.2

Compare Source

Enhancements:
  • Update to OpenTelemetry 1.19.0
    (#​2596)
  • Add a new configuration for runtime attach configuration file
    (#​2581)
  • Add new configurations to export LogBack and Log4j 2 markers
    (#​2529)
Bug fixes:
  • Fix duplicate Azure Functions logs
    (#​2579)
  • Fix OFF logging threshold
    (#​2592)

v3.4.1

Compare Source

Enhancements:
  • Update to OpenTelemetry Java 1.32 (#​3394)
  • Update to azure-monitor-opentelemetry-exporter to 1.0.0-beta.15 (#​3360)
  • Support non-string type telemetry processor attributes (#​3388)
  • Double pumping JMX metrics to OTLP and Breeze (#​3406)

v3.4.0

Compare Source

Enhancements:
  • Introduce a new preview feature: Java Profiler for Azure Monitor Application Insights
  • Update OpenTelemetry to 1.18.0
    (2509)
  • Remove limit on filtering default metrics
    (2490)
  • Add a new config to export logback code attributes
    (2518)

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Europe/London, Automerge - "after 8am and before 5pm every weekday" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 18, 2025 08:54
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 18, 2025
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview March 18, 2025 09:02 Abandoned
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 24, 2025
@github-actions github-actions bot closed this Mar 24, 2025
Copy link
Contributor Author
renovate bot commented Mar 24, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/com.microsoft.azure-applicationinsights-web-3.x branch March 24, 2025 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0