Skip to content

Commit 31e7f0a

Browse files
authored
Merge branch 'main' into dependabot/cargo/tools/cp-utility/uuid-1.18.1
2 parents ce958e1 + 758474a commit 31e7f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)