Skip to content

Commit 326a3d3

Browse files
Bump com.azure:azure-monitor-opentelemetry-autoconfigure from 1.0.0 to 1.1.0 (#4148)
1 parent 2b2ddca commit 326a3d3

File tree

3 files changed

+43
-48
lines changed

3 files changed

+43
-48
lines changed

agent/agent-tooling/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(project(":agent:agent-profiler:agent-diagnostics"))
2222
implementation(project(":etw:java"))
2323

24-
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.0.0")
24+
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.1.0")
2525
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap")
2626
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
2727
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling-java9")

agent/agent-tooling/gradle.lockfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ com.azure:azure-core-http-netty:1.15.10=runtimeClasspath
99
com.azure:azure-core:1.55.2=runtimeClasspath
1010
com.azure:azure-identity:1.15.4=runtimeClasspath
1111
com.azure:azure-json:1.4.0=runtimeClasspath
12-
com.azure:azure-monitor-opentelemetry-autoconfigure:1.0.0=runtimeClasspath
12+
com.azure:azure-monitor-opentelemetry-autoconfigure:1.1.0=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.32=runtimeClasspath
1414
com.azure:azure-storage-blob:12.29.1=runtimeClasspath
1515
com.azure:azure-storage-common:12.28.1=runtimeClasspath
@@ -55,8 +55,6 @@ io.netty:netty-transport:4.1.119.Final=runtimeClasspath
5555
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.43.0-alpha=runtimeClasspath
5656
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.14.0-alpha=runtimeClasspath
5757
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.14.0=runtimeClasspath
58-
io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.30.0-alpha=runtimeClasspath
59-
io.opentelemetry.semconv:opentelemetry-semconv:1.30.0=runtimeClasspath
6058
io.opentelemetry:opentelemetry-api:1.48.0=runtimeClasspath
6159
io.opentelemetry:opentelemetry-bom-alpha:1.48.0-alpha=runtimeClasspath
6260
io.opentelemetry:opentelemetry-bom:1.48.0=runtimeClasspath
@@ -68,6 +66,7 @@ io.opentelemetry:opentelemetry-sdk-logs:1.48.0=runtimeClasspath
6866
io.opentelemetry:opentelemetry-sdk-metrics:1.48.0=runtimeClasspath
6967
io.opentelemetry:opentelemetry-sdk-trace:1.48.0=runtimeClasspath
7068
io.opentelemetry:opentelemetry-sdk:1.48.0=runtimeClasspath
69+
io.opentelemetry:opentelemetry-semconv:1.30.1-alpha=runtimeClasspath
7170
io.projectreactor.netty:reactor-netty-core:1.0.48=runtimeClasspath
7271
io.projectreactor.netty:reactor-netty-http:1.0.48=runtimeClasspath
7372
io.projectreactor:reactor-core:3.4.41=runtimeClasspath

0 commit comments

Comments
 (0)