We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72a358 commit bec287fCopy full SHA for bec287f
src/main/resources/application.yaml
@@ -18,21 +18,18 @@ spring:
18
# authentication-database: admin
19
20
21
-# Traces-specific OpenTelemetry configuration
22
-otlp:
23
- tracing:
24
- endpoint: http://jaeger:4318/v1/traces
25
-
+# see https://opentelemetry.io/docs/languages/java/configuration/
26
otel:
27
traces:
28
exporter: otlp
29
- export:
+ exporter:
30
otlp:
31
- protocol: http
32
- host: jaeger-303ada4c-4478-49dd-b427-8c482bfc17b8
33
- port: 443
34
- headers:
35
- Authorization: Bearer your-token
+ endpoint: http://jaeger:4318/v1/traces
+# protocol: http
+# host: jaeger-303ada4c-4478-49dd-b427-8c482bfc17b8
+# port: 443
+# headers:
+# Authorization: Bearer your-token
36
37
logging:
38
level:
0 commit comments