Skip to content

Commit 61637b2

Browse files
committed
fix application.yaml file name
1 parent 6df1b67 commit 61637b2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/application.yml src/main/resources/application.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ spring:
1717
# password: password
1818
# authentication-database: admin
1919

20+
21+
otel:
22+
traces:
23+
exporter: otlp
24+
export:
25+
otlp:
26+
protocol: http
27+
host: jaeger-303ada4c-4478-49dd-b427-8c482bfc17b8
28+
port: 443
29+
headers:
30+
Authorization: Bearer your-token
31+
32+
logging:
33+
level:
34+
io.opentelemetry: DEBUG
35+
org.springframework.boot.env: DEBUG
36+
org.springframework.context: DEBUG
37+
2038
---
2139
spring:
2240
config:

0 commit comments

Comments
 (0)