Skip to content

Commit dafca23

Browse files
committed
Only use OTel for tracing.
1 parent 7ecdd0d commit dafca23

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies {
2525
implementation("org.springframework.boot:spring-boot-starter-actuator")
2626
implementation("org.springframework.boot:spring-boot-starter-webflux")
2727
implementation("org.springframework.boot:spring-boot-starter-validation")
28-
implementation("org.springframework.boot:spring-boot-starter-validation")
2928
implementation("com.google.cloud:spring-cloud-gcp-starter-storage:$googleCloudVersion")
3029
implementation("org.projectreactor:reactor-spring:1.0.1.RELEASE")
3130

src/main/resources/application.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ no.nav.security.jwt:
2020
discoveryurl: ${AZURE_APP_WELL_KNOWN_URL}
2121
accepted_audience: ${AZURE_APP_CLIENT_ID}
2222

23-
navCallIdName: Nav-Callid
24-
2523
management:
2624
endpoint:
2725
health:
@@ -35,9 +33,4 @@ management:
3533
export:
3634
enabled: true
3735
tracing:
38-
baggage:
39-
remote-fields:
40-
- ${navCallIdName}
41-
correlation:
42-
fields:
43-
- ${navCallIdName}
36+
enabled: false

0 commit comments

Comments
 (0)