From 2eefb49e1d9b91b266ac5066c3bed5ed462dc983 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:05:02 +0000 Subject: [PATCH 01/12] Initial plan From bc7a646b2aaa3a46e954c812b343700d711cec2a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:11:54 +0000 Subject: [PATCH 02/12] Initial plan Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- gradlew.bat | 186 ++++++++++++++++++++--------------------- perf-tests/gradlew.bat | 186 ++++++++++++++++++++--------------------- 2 files changed, 186 insertions(+), 186 deletions(-) diff --git a/gradlew.bat b/gradlew.bat index e509b2dd8f..c4bdd3ab8e 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -1,93 +1,93 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem -@rem SPDX-License-Identifier: Apache-2.0 -@rem - -@if "%DEBUG%"=="" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%"=="" set DIRNAME=. -@rem This is normally unused -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if %ERRORLEVEL% equ 0 goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:execute -@rem Setup the command line - - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* - -:end -@rem End local scope for the variables with windows NT shell -if %ERRORLEVEL% equ 0 goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -set EXIT_CODE=%ERRORLEVEL% -if %EXIT_CODE% equ 0 set EXIT_CODE=1 -if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% -exit /b %EXIT_CODE% - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:execute +@rem Setup the command line + + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/perf-tests/gradlew.bat b/perf-tests/gradlew.bat index e509b2dd8f..c4bdd3ab8e 100755 --- a/perf-tests/gradlew.bat +++ b/perf-tests/gradlew.bat @@ -1,93 +1,93 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem -@rem SPDX-License-Identifier: Apache-2.0 -@rem - -@if "%DEBUG%"=="" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%"=="" set DIRNAME=. -@rem This is normally unused -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if %ERRORLEVEL% equ 0 goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:execute -@rem Setup the command line - - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* - -:end -@rem End local scope for the variables with windows NT shell -if %ERRORLEVEL% equ 0 goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -set EXIT_CODE=%ERRORLEVEL% -if %EXIT_CODE% equ 0 set EXIT_CODE=1 -if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% -exit /b %EXIT_CODE% - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:execute +@rem Setup the command line + + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega From 543a1d12d19bfede6a3cb6d46263b353e2216b1b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:24:55 +0000 Subject: [PATCH 03/12] Upgrade OTel versions and fix build failures Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- .../agent/internal/init/AiConfigCustomizer.java | 8 ++++++++ .../agent/internal/init/FirstEntryPoint.java | 3 +-- agent/agent/build.gradle.kts | 1 + .../InvocationRequestExtractAdapter.java | 3 ++- .../methods/ai/MethodInstrumentationModule.java | 3 +-- .../micrometer/ai/AzureMonitorRegistryConfig.java | 13 ++++++------- dependencyManagement/build.gradle.kts | 8 ++++---- 7 files changed, 23 insertions(+), 16 deletions(-) diff --git a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java index 5d17bb98b6..e8e3c01664 100644 --- a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java +++ b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java @@ -25,6 +25,10 @@ public Map apply(ConfigProperties otelConfig) { properties.put( "applicationinsights.internal.micrometer.step.millis", Long.toString(SECONDS.toMillis(configuration.metricIntervalSeconds))); + // also set as system property so that instrumentation modules can read it + System.setProperty( + "applicationinsights.internal.micrometer.step.millis", + Long.toString(SECONDS.toMillis(configuration.metricIntervalSeconds))); properties.put( "otel.metric.export.interval", @@ -102,6 +106,8 @@ public Map apply(ConfigProperties otelConfig) { sb.append(']'); } properties.put("applicationinsights.internal.methods.include", sb.toString()); + // also set as system property so that instrumentation modules can read it + System.setProperty("applicationinsights.internal.methods.include", sb.toString()); } properties.put("otel.propagators", DelegatingPropagatorProvider.NAME); @@ -223,6 +229,8 @@ private static void enableInstrumentations( String namespace = config.instrumentation.micrometer.namespace; if (namespace != null) { properties.put("applicationinsights.internal.micrometer.namespace", namespace); + // also set as system property so that instrumentation modules can read it + System.setProperty("applicationinsights.internal.micrometer.namespace", namespace); } if (config.instrumentation.azureSdk.enabled) { properties.put("otel.instrumentation.azure-core.enabled", "true"); diff --git a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/FirstEntryPoint.java b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/FirstEntryPoint.java index 39cbfa39bd..8e0b4b12a2 100644 --- a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/FirstEntryPoint.java +++ b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/FirstEntryPoint.java @@ -23,7 +23,6 @@ import io.opentelemetry.javaagent.bootstrap.InternalLogger; import io.opentelemetry.javaagent.bootstrap.JavaagentFileHolder; import io.opentelemetry.javaagent.tooling.LoggingCustomizer; -import io.opentelemetry.javaagent.tooling.config.EarlyInitAgentConfig; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStreamWriter; @@ -77,7 +76,7 @@ public String name() { } @Override - public void init(EarlyInitAgentConfig earlyConfig) { + public void init() { try { if (DEBUG_SIGNED_JAR_ACCESS) { JarVerifierClassFileTransformer transformer = new JarVerifierClassFileTransformer(); diff --git a/agent/agent/build.gradle.kts b/agent/agent/build.gradle.kts index a8f6051973..752f970b21 100644 --- a/agent/agent/build.gradle.kts +++ b/agent/agent/build.gradle.kts @@ -84,6 +84,7 @@ tasks { exclude(dependency("io.opentelemetry:opentelemetry-api")) exclude(dependency("io.opentelemetry:opentelemetry-context")) exclude(dependency("io.opentelemetry:opentelemetry-api-incubator")) + exclude(dependency("io.opentelemetry:opentelemetry-common")) } } diff --git a/agent/instrumentation/azure-functions/src/main/java/io/opentelemetry/javaagent/instrumentation/azurefunctions/InvocationRequestExtractAdapter.java b/agent/instrumentation/azure-functions/src/main/java/io/opentelemetry/javaagent/instrumentation/azurefunctions/InvocationRequestExtractAdapter.java index 73c77fe48c..93860a40f3 100644 --- a/agent/instrumentation/azure-functions/src/main/java/io/opentelemetry/javaagent/instrumentation/azurefunctions/InvocationRequestExtractAdapter.java +++ b/agent/instrumentation/azure-functions/src/main/java/io/opentelemetry/javaagent/instrumentation/azurefunctions/InvocationRequestExtractAdapter.java @@ -5,6 +5,7 @@ import com.microsoft.azure.functions.rpc.messages.RpcTraceContext; import io.opentelemetry.context.propagation.TextMapGetter; +import java.util.Arrays; import javax.annotation.Nullable; public class InvocationRequestExtractAdapter implements TextMapGetter { @@ -14,7 +15,7 @@ public class InvocationRequestExtractAdapter implements TextMapGetter keys(RpcTraceContext carrier) { - return null; + return Arrays.asList("traceparent", "tracestate"); } @Override diff --git a/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java b/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java index 036a1f33b0..7399ca6f74 100644 --- a/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java +++ b/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java @@ -13,7 +13,6 @@ import static java.util.Collections.emptyList; import com.google.auto.service.AutoService; -import io.opentelemetry.javaagent.bootstrap.internal.AgentInstrumentationConfig; import io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule; import io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation; import io.opentelemetry.javaagent.tooling.config.MethodsConfigurationParser; @@ -34,7 +33,7 @@ public MethodInstrumentationModule() { Map> classMethodsToTrace = MethodsConfigurationParser.parse( - AgentInstrumentationConfig.get().getString(TRACE_METHODS_CONFIG)); + System.getProperty(TRACE_METHODS_CONFIG)); typeInstrumentations = classMethodsToTrace.entrySet().stream() diff --git a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java index b3865ecd99..aa79ac4ae6 100644 --- a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java +++ b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java @@ -4,7 +4,6 @@ package io.opentelemetry.javaagent.instrumentation.micrometer.ai; import io.micrometer.core.instrument.step.StepRegistryConfig; -import io.opentelemetry.javaagent.bootstrap.internal.AgentInstrumentationConfig; import java.time.Duration; import javax.annotation.Nullable; @@ -16,13 +15,13 @@ public class AzureMonitorRegistryConfig implements StepRegistryConfig { public static final AzureMonitorRegistryConfig INSTANCE = new AzureMonitorRegistryConfig(); private AzureMonitorRegistryConfig() { + String stepMillisStr = + System.getProperty("applicationinsights.internal.micrometer.step.millis"); step = - AgentInstrumentationConfig.get() - .getDuration( - "applicationinsights.internal.micrometer.step.millis", Duration.ofSeconds(60)); - namespace = - AgentInstrumentationConfig.get() - .getString("applicationinsights.internal.micrometer.namespace"); + stepMillisStr != null + ? Duration.ofMillis(Long.parseLong(stepMillisStr)) + : Duration.ofSeconds(60); + namespace = System.getProperty("applicationinsights.internal.micrometer.namespace"); } @Override diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 0f45fd69fc..fbf17c44ee 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -7,10 +7,10 @@ data class DependencySet(val group: String, val version: String, val modules: Li val dependencyVersions = hashMapOf() rootProject.extra["versions"] = dependencyVersions -val otelSdkVersion = "1.55.0" -val otelInstrumentationAlphaVersion = "2.21.0-alpha" -val otelInstrumentationVersion = "2.21.0" -val otelContribVersion = "1.48.0" +val otelSdkVersion = "1.58.0" +val otelInstrumentationAlphaVersion = "2.24.0-alpha" +val otelInstrumentationVersion = "2.24.0" +val otelContribVersion = "1.52.0" rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion From f464f89cf39e6c6d75239768ec6dd77834dc5708 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:29:28 +0000 Subject: [PATCH 04/12] Address code review feedback: improve error handling and reduce duplication Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- .../agent/internal/init/AiConfigCustomizer.java | 9 +++------ .../micrometer/ai/AzureMonitorRegistryConfig.java | 13 +++++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java index e8e3c01664..e0b44d7aa4 100644 --- a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java +++ b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java @@ -22,13 +22,10 @@ public Map apply(ConfigProperties otelConfig) { Map properties = new HashMap<>(); - properties.put( - "applicationinsights.internal.micrometer.step.millis", - Long.toString(SECONDS.toMillis(configuration.metricIntervalSeconds))); + String stepMillisValue = Long.toString(SECONDS.toMillis(configuration.metricIntervalSeconds)); + properties.put("applicationinsights.internal.micrometer.step.millis", stepMillisValue); // also set as system property so that instrumentation modules can read it - System.setProperty( - "applicationinsights.internal.micrometer.step.millis", - Long.toString(SECONDS.toMillis(configuration.metricIntervalSeconds))); + System.setProperty("applicationinsights.internal.micrometer.step.millis", stepMillisValue); properties.put( "otel.metric.export.interval", diff --git a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java index aa79ac4ae6..b87ae702d9 100644 --- a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java +++ b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java @@ -17,10 +17,15 @@ public class AzureMonitorRegistryConfig implements StepRegistryConfig { private AzureMonitorRegistryConfig() { String stepMillisStr = System.getProperty("applicationinsights.internal.micrometer.step.millis"); - step = - stepMillisStr != null - ? Duration.ofMillis(Long.parseLong(stepMillisStr)) - : Duration.ofSeconds(60); + Duration parsedStep = null; + if (stepMillisStr != null) { + try { + parsedStep = Duration.ofMillis(Long.parseLong(stepMillisStr)); + } catch (NumberFormatException ignored) { + // fall through to default + } + } + step = parsedStep != null ? parsedStep : Duration.ofSeconds(60); namespace = System.getProperty("applicationinsights.internal.micrometer.namespace"); } From cc75939fef170a6a9bdedabb92a3b09d44edd316 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:07:15 +0000 Subject: [PATCH 05/12] Plan: use ConfigPropertiesUtil as upstream replacement for AgentInstrumentationConfig Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- .../methods/ai/MethodInstrumentationModule.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java b/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java index 7399ca6f74..3dfe918f16 100644 --- a/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java +++ b/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java @@ -32,8 +32,7 @@ public MethodInstrumentationModule() { super("ai-methods"); Map> classMethodsToTrace = - MethodsConfigurationParser.parse( - System.getProperty(TRACE_METHODS_CONFIG)); + MethodsConfigurationParser.parse(System.getProperty(TRACE_METHODS_CONFIG)); typeInstrumentations = classMethodsToTrace.entrySet().stream() From c5aa97b96c351522b47dc44f8471b645d4cee539 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:13:23 +0000 Subject: [PATCH 06/12] Use ConfigPropertiesUtil as upstream replacement for AgentInstrumentationConfig Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- .../methods/ai/MethodInstrumentationModule.java | 3 ++- .../micrometer/ai/AzureMonitorRegistryConfig.java | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java b/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java index 3dfe918f16..a2ea6ef693 100644 --- a/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java +++ b/agent/instrumentation/methods/src/main/java/io/opentelemetry/javaagent/instrumentation/methods/ai/MethodInstrumentationModule.java @@ -13,6 +13,7 @@ import static java.util.Collections.emptyList; import com.google.auto.service.AutoService; +import io.opentelemetry.instrumentation.api.internal.ConfigPropertiesUtil; import io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule; import io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation; import io.opentelemetry.javaagent.tooling.config.MethodsConfigurationParser; @@ -32,7 +33,7 @@ public MethodInstrumentationModule() { super("ai-methods"); Map> classMethodsToTrace = - MethodsConfigurationParser.parse(System.getProperty(TRACE_METHODS_CONFIG)); + MethodsConfigurationParser.parse(ConfigPropertiesUtil.getString(TRACE_METHODS_CONFIG)); typeInstrumentations = classMethodsToTrace.entrySet().stream() diff --git a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java index b87ae702d9..e3cf2587ee 100644 --- a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java +++ b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java @@ -4,6 +4,7 @@ package io.opentelemetry.javaagent.instrumentation.micrometer.ai; import io.micrometer.core.instrument.step.StepRegistryConfig; +import io.opentelemetry.instrumentation.api.internal.ConfigPropertiesUtil; import java.time.Duration; import javax.annotation.Nullable; @@ -16,7 +17,7 @@ public class AzureMonitorRegistryConfig implements StepRegistryConfig { private AzureMonitorRegistryConfig() { String stepMillisStr = - System.getProperty("applicationinsights.internal.micrometer.step.millis"); + ConfigPropertiesUtil.getString("applicationinsights.internal.micrometer.step.millis"); Duration parsedStep = null; if (stepMillisStr != null) { try { @@ -26,7 +27,8 @@ private AzureMonitorRegistryConfig() { } } step = parsedStep != null ? parsedStep : Duration.ofSeconds(60); - namespace = System.getProperty("applicationinsights.internal.micrometer.namespace"); + namespace = + ConfigPropertiesUtil.getString("applicationinsights.internal.micrometer.namespace"); } @Override From 87d1bfba643dc1fc15aa51d3dbf10546fa71e5b1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:04:51 +0000 Subject: [PATCH 07/12] Upgrade OTel contrib to 1.52.0 and replace AgentInstrumentationConfig with ConfigPropertiesUtil Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- .../micrometer/ai/AzureMonitorRegistryConfig.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java index e3cf2587ee..7851780add 100644 --- a/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java +++ b/agent/instrumentation/micrometer-1.0/src/main/java/io/opentelemetry/javaagent/instrumentation/micrometer/ai/AzureMonitorRegistryConfig.java @@ -27,8 +27,7 @@ private AzureMonitorRegistryConfig() { } } step = parsedStep != null ? parsedStep : Duration.ofSeconds(60); - namespace = - ConfigPropertiesUtil.getString("applicationinsights.internal.micrometer.namespace"); + namespace = ConfigPropertiesUtil.getString("applicationinsights.internal.micrometer.namespace"); } @Override From 132979da04f8612679b3e80df459db43d58c08c7 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 10 Mar 2026 13:53:34 -0700 Subject: [PATCH 08/12] bump OTel contrib version to 1.53.0 --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index fbf17c44ee..667d2d4c72 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -10,7 +10,7 @@ rootProject.extra["versions"] = dependencyVersions val otelSdkVersion = "1.58.0" val otelInstrumentationAlphaVersion = "2.24.0-alpha" val otelInstrumentationVersion = "2.24.0" -val otelContribVersion = "1.52.0" +val otelContribVersion = "1.53.0" rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion From 9bc9e5a2553b7b193f2ed4a9eb9f474abff44b04 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 11 Mar 2026 13:19:38 -0700 Subject: [PATCH 09/12] excluding "otel.sdk.*" metrics before assertion like in https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16407 --- .../smoketest/DetectUnexpectedOtelMetricsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/smoke-tests/apps/DetectUnexpectedOtelMetrics/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/DetectUnexpectedOtelMetricsTest.java b/smoke-tests/apps/DetectUnexpectedOtelMetrics/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/DetectUnexpectedOtelMetricsTest.java index fa3bf412e8..f67f625ee0 100644 --- a/smoke-tests/apps/DetectUnexpectedOtelMetrics/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/DetectUnexpectedOtelMetricsTest.java +++ b/smoke-tests/apps/DetectUnexpectedOtelMetrics/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/DetectUnexpectedOtelMetricsTest.java @@ -63,6 +63,7 @@ void testApp() throws Exception { envelope -> { MetricData md = (MetricData) ((Data) envelope.getData()).getBaseData(); return !EXPECTED_METRIC_NAMES.contains(md.getMetrics().get(0).getName()) + && !md.getMetrics().get(0).getName().startsWith("otel.sdk.") && !md.getProperties().containsKey("_MS.MetricId"); }, 1)) From 8e09e7f078abb6724c6c0a708f2964b219319e9e Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 11 Mar 2026 13:35:23 -0700 Subject: [PATCH 10/12] Move the browserSdkLoader from SecondEntryPoint to AfterAgentListener --- .../agent/internal/init/AfterAgentListener.java | 6 ++++++ .../agent/internal/init/SecondEntryPoint.java | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AfterAgentListener.java b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AfterAgentListener.java index c1e3112520..7318ff9116 100644 --- a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AfterAgentListener.java +++ b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AfterAgentListener.java @@ -5,6 +5,7 @@ import com.google.auto.service.AutoService; import com.microsoft.applicationinsights.agent.internal.configuration.Configuration; +import com.microsoft.applicationinsights.agent.internal.configuration.SnippetConfiguration; import com.microsoft.applicationinsights.agent.internal.httpclient.LazyHttpClient; import com.microsoft.applicationinsights.agent.internal.profiler.ProfilingInitializer; import com.microsoft.applicationinsights.agent.internal.telemetry.TelemetryClient; @@ -29,6 +30,11 @@ public void afterAgent(AutoConfiguredOpenTelemetrySdk autoConfiguredOpenTelemetr PerformanceCounterInitializer.initialize(configuration); TelemetryClient telemetryClient = TelemetryClient.getActive(); + if (configuration.preview.browserSdkLoader.enabled + && telemetryClient != null + && telemetryClient.getConnectionString() != null) { + SnippetConfiguration.initializeSnippet(configuration.connectionString); + } if (configuration.preview.profiler.enabled && telemetryClient != null && telemetryClient.getConnectionString() != null) { diff --git a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java index 6cc887b40a..ee8323465b 100644 --- a/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java +++ b/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java @@ -34,7 +34,6 @@ import com.microsoft.applicationinsights.agent.internal.configuration.Configuration.SamplingTelemetryType; import com.microsoft.applicationinsights.agent.internal.configuration.ConfigurationBuilder; import com.microsoft.applicationinsights.agent.internal.configuration.RpConfiguration; -import com.microsoft.applicationinsights.agent.internal.configuration.SnippetConfiguration; import com.microsoft.applicationinsights.agent.internal.exporter.AgentLogExporter; import com.microsoft.applicationinsights.agent.internal.exporter.AgentMetricExporter; import com.microsoft.applicationinsights.agent.internal.exporter.AgentSpanExporter; @@ -214,12 +213,6 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) { initStatsbeatFeatureSet(configuration)); } - if (telemetryClient.getConnectionString() != null) { - if (configuration.preview.browserSdkLoader.enabled) { - SnippetConfiguration.initializeSnippet(configuration.connectionString); - } - } - // TODO (trask) add this method to AutoConfigurationCustomizer upstream? ((AutoConfiguredOpenTelemetrySdkBuilder) autoConfiguration).disableShutdownHook(); From 673701c15744e1e671b5b149c2adf21a74ed4d38 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 11 Mar 2026 13:53:01 -0700 Subject: [PATCH 11/12] ./gradlew generateLicenseReport --- licenses/more-licenses.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index 3254963af5..642bbedd61 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2026-03-03 15:42:57 PST_ +_2026-03-11 13:36:08 PDT_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.21` @@ -170,47 +170,47 @@ _2026-03-03 15:42:57 PST_ > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**32** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.57.0` +**32** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**33** **Group:** `io.opentelemetry` **Name:** `opentelemetry-common` **Version:** `1.57.0` +**33** **Group:** `io.opentelemetry` **Name:** `opentelemetry-common` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**34** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.57.0` +**34** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**35** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.57.0` +**35** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**36** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.57.0` +**36** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**37** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure` **Version:** `1.57.0` +**37** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**38** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.57.0` +**38** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**39** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.57.0` +**39** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**40** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.57.0` +**40** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**41** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.57.0` +**41** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.58.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**42** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.52.0-alpha` +**42** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.53.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) From abe826a23649898daf60a76cc16b3ab8c9a5971f Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 11 Mar 2026 15:01:18 -0700 Subject: [PATCH 12/12] ./gradlew resolveAndLockAll --write-locks --- agent/agent-bootstrap/gradle.lockfile | 8 ++--- agent/agent-for-testing/gradle.lockfile | 8 ++--- .../gc-monitor-api/gradle.lockfile | 8 ++--- .../gc-monitor-core/gradle.lockfile | 8 ++--- .../gc-monitor-tests/gradle.lockfile | 8 ++--- .../agent-alerting-api/gradle.lockfile | 8 ++--- .../agent-alerting/gradle.lockfile | 8 ++--- .../agent-diagnostics-api/gradle.lockfile | 8 ++--- .../agent-diagnostics-jfr/gradle.lockfile | 8 ++--- .../agent-diagnostics/gradle.lockfile | 8 ++--- agent/agent-tooling/gradle.lockfile | 30 +++++++++---------- agent/agent/gradle.lockfile | 8 ++--- .../gradle.lockfile | 8 ++--- .../gradle.lockfile | 8 ++--- .../azure-functions/gradle.lockfile | 8 ++--- agent/instrumentation/methods/gradle.lockfile | 8 ++--- .../micrometer-1.0/gradle.lockfile | 8 ++--- agent/runtime-attach/gradle.lockfile | 12 ++++---- classic-sdk/core/gradle.lockfile | 8 ++--- classic-sdk/web/gradle.lockfile | 8 ++--- etw/java/gradle.lockfile | 8 ++--- 21 files changed, 97 insertions(+), 97 deletions(-) diff --git a/agent/agent-bootstrap/gradle.lockfile b/agent/agent-bootstrap/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-bootstrap/gradle.lockfile +++ b/agent/agent-bootstrap/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-for-testing/gradle.lockfile b/agent/agent-for-testing/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-for-testing/gradle.lockfile +++ b/agent/agent-for-testing/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile index 3868118632..d03d888fda 100644 --- a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile @@ -5,10 +5,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.46.0=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile index 3868118632..d03d888fda 100644 --- a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile @@ -5,10 +5,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.46.0=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-alerting-api/gradle.lockfile b/agent/agent-profiler/agent-alerting-api/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-profiler/agent-alerting-api/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting-api/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-alerting/gradle.lockfile b/agent/agent-profiler/agent-alerting/gradle.lockfile index b97762e565..1c05ef1bdc 100644 --- a/agent/agent-profiler/agent-alerting/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting/gradle.lockfile @@ -5,10 +5,10 @@ com.azure:azure-json:1.5.0=runtimeClasspath com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-diagnostics/gradle.lockfile b/agent/agent-profiler/agent-diagnostics/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent-profiler/agent-diagnostics/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 03cc388823..f337269b73 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -51,21 +51,21 @@ io.netty:netty-transport-native-epoll:4.2.9.Final=runtimeClasspath io.netty:netty-transport-native-kqueue:4.2.9.Final=runtimeClasspath io.netty:netty-transport-native-unix-common:4.2.9.Final=runtimeClasspath io.netty:netty-transport:4.2.9.Final=runtimeClasspath -io.opentelemetry.contrib:opentelemetry-jfr-connection:1.52.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-api:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-common:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-context:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-common:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-logs:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-metrics:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-trace:1.57.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk:1.57.0=runtimeClasspath +io.opentelemetry.contrib:opentelemetry-jfr-connection:1.53.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-api:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-common:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-context:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-common:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-logs:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-metrics:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-trace:1.58.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk:1.58.0=runtimeClasspath io.projectreactor.netty:reactor-netty-core:1.2.10=runtimeClasspath io.projectreactor.netty:reactor-netty-http:1.2.10=runtimeClasspath io.projectreactor:reactor-core:3.7.11=runtimeClasspath diff --git a/agent/agent/gradle.lockfile b/agent/agent/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/agent/gradle.lockfile +++ b/agent/agent/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile +++ b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile +++ b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/instrumentation/azure-functions/gradle.lockfile b/agent/instrumentation/azure-functions/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/instrumentation/azure-functions/gradle.lockfile +++ b/agent/instrumentation/azure-functions/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/instrumentation/methods/gradle.lockfile b/agent/instrumentation/methods/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/instrumentation/methods/gradle.lockfile +++ b/agent/instrumentation/methods/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/instrumentation/micrometer-1.0/gradle.lockfile b/agent/instrumentation/micrometer-1.0/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/agent/instrumentation/micrometer-1.0/gradle.lockfile +++ b/agent/instrumentation/micrometer-1.0/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/agent/runtime-attach/gradle.lockfile b/agent/runtime-attach/gradle.lockfile index 9d56bb3416..34f771d1c0 100644 --- a/agent/runtime-attach/gradle.lockfile +++ b/agent/runtime-attach/gradle.lockfile @@ -4,12 +4,12 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.52.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath -net.bytebuddy:byte-buddy-agent:1.18.1=runtimeClasspath +io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.53.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath +net.bytebuddy:byte-buddy-agent:1.18.4=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/classic-sdk/core/gradle.lockfile b/classic-sdk/core/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/classic-sdk/core/gradle.lockfile +++ b/classic-sdk/core/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/classic-sdk/web/gradle.lockfile b/classic-sdk/web/gradle.lockfile index 63d2cd42fc..cda7b3a9bc 100644 --- a/classic-sdk/web/gradle.lockfile +++ b/classic-sdk/web/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath empty= diff --git a/etw/java/gradle.lockfile b/etw/java/gradle.lockfile index 8cdee81645..4507d6eaeb 100644 --- a/etw/java/gradle.lockfile +++ b/etw/java/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.23.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.23.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.57.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.57.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.24.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.24.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.58.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.58.0=runtimeClasspath org.junit:junit-bom:5.14.2=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.3=runtimeClasspath