Skip to content

Commit 6491532

Browse files
committed
chore: otel update
1 parent 1048d36 commit 6491532

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
org.gradle.jvmargs=-Xmx4g --enable-native-access=ALL-UNNAMED
33
org.gradle.parallel=true
44
org.gradle.caching=true
5-
org.gradle.daemon=true
65
org.gradle.configureondemand=true
76
org.gradle.configuration-cache=false
87
org.gradle.configuration-cache.problems=warn
98
org.gradle.kotlin.dsl.allWarningsAsErrors=true
9+
org.gradle.daemon=true
10+
org.gradle.daemon.idletimeout=300000
1011
# org.gradle.logging.stacktrace=all
1112
# org.gradle.unsafe.isolated-projects=true
1213
# org.gradle.welcome=never

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ ktor-cohort = "2.7.1"
6969
fusionauth-http = "0.4.0-RC.4"
7070
otel = "1.50.0"
7171
otel-alpha = "1.50.0-alpha"
72-
otel-instr = "2.15.0"
73-
otel-instr-alpha = "2.15.0-alpha"
72+
otel-instr = "2.16.0"
73+
otel-instr-alpha = "2.16.0-alpha"
7474
otel-semconv = "1.32.0"
7575
otel-contrib = "1.46.0-alpha"
7676
okio = "3.11.0"

0 commit comments

Comments
 (0)