File tree Expand file tree Collapse file tree 3 files changed +1
-55
lines changed
kotlin/no/nav/klage/document/config Expand file tree Collapse file tree 3 files changed +1
-55
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ dependencies {
40
40
implementation(" com.zaxxer:HikariCP" )
41
41
implementation(" org.postgresql:postgresql" )
42
42
43
- implementation(" io.micrometer:micrometer-registry-prometheus" )
44
- implementation(" io.micrometer:micrometer-tracing-bridge-brave" )
45
-
46
43
implementation(" ch.qos.logback:logback-classic" )
47
44
implementation(" net.logstash.logback:logstash-logback-encoder:$logstashVersion " )
48
45
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
name : kabal-smart-editor-api
4
4
main :
5
5
banner-mode : OFF
6
- sleuth :
7
- baggage :
8
- remote-fields :
9
- - Nav-Callid
10
- - Nav-Consumer-Id
11
- correlation-fields :
12
- - Nav-Callid
13
- - Nav-Consumer-Id
14
6
mvc :
15
7
throw-exception-if-no-handler-found : true
16
8
lifecycle :
@@ -44,8 +36,6 @@ server:
44
36
enabled : false
45
37
shutdown : graceful
46
38
47
- navCallIdName : Nav-Callid
48
-
49
39
management :
50
40
endpoint :
51
41
health :
@@ -62,12 +52,7 @@ management:
62
52
export :
63
53
enabled : true
64
54
tracing :
65
- baggage :
66
- remote-fields :
67
- - ${navCallIdName}
68
- correlation :
69
- fields :
70
- - ${navCallIdName}
55
+ enabled : false
71
56
72
57
no.nav.security.jwt :
73
58
issuer :
You can’t perform that action at this time.
0 commit comments