Skip to content

Commit 11f6355

Browse files
authored
Merge branch 'main' into dependabot/gradle/com.diffplug.spotless-7.0.3
2 parents 74e3b94 + 758474a commit 11f6355

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

instrumentation/log4j-2.13.2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ dependencies {
2525
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api")
2626
compileOnly("net.bytebuddy:byte-buddy")
2727

28-
compileOnly("org.apache.logging.log4j:log4j-core:2.22.1")
28+
compileOnly("org.apache.logging.log4j:log4j-core:2.25.1")
2929
}

lambda-layer/otel-instrument

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export OTEL_INSTRUMENTATION_AWS_SDK_EXPERIMENTAL_SPAN_ATTRIBUTES=true
44

5-
export OTEL_PROPAGATORS="${OTEL_PROPAGATORS:-baggage,xray,tracecontext,b3,b3multi}"
5+
export OTEL_PROPAGATORS="${OTEL_PROPAGATORS:-baggage,xray,tracecontext}"
66

77
export OTEL_SERVICE_NAME=${OTEL_SERVICE_NAME:-${AWS_LAMBDA_FUNCTION_NAME}}
88

sample-apps/udp-exporter-test-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
kotlin("jvm") version "1.9.0"
3+
kotlin("jvm") version "2.1.0-RC2"
44
id("io.spring.dependency-management") version "1.1.0"
55
id("org.springframework.boot") version "2.7.17"
66
}

0 commit comments

Comments
 (0)