Skip to content

Commit bec287f

Browse files
committed
fix application.yaml
1 parent b72a358 commit bec287f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/main/resources/application.yaml

+8-11
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,18 @@ spring:
1818
# authentication-database: admin
1919

2020

21-
# Traces-specific OpenTelemetry configuration
22-
otlp:
23-
tracing:
24-
endpoint: http://jaeger:4318/v1/traces
25-
21+
# see https://opentelemetry.io/docs/languages/java/configuration/
2622
otel:
2723
traces:
2824
exporter: otlp
29-
export:
25+
exporter:
3026
otlp:
31-
protocol: http
32-
host: jaeger-303ada4c-4478-49dd-b427-8c482bfc17b8
33-
port: 443
34-
headers:
35-
Authorization: Bearer your-token
27+
endpoint: http://jaeger:4318/v1/traces
28+
# protocol: http
29+
# host: jaeger-303ada4c-4478-49dd-b427-8c482bfc17b8
30+
# port: 443
31+
# headers:
32+
# Authorization: Bearer your-token
3633

3734
logging:
3835
level:

0 commit comments

Comments
 (0)