Commit 17695b8 1 parent 52e1226 commit 17695b8 Copy full SHA for 17695b8
File tree 1 file changed +22
-15
lines changed
1 file changed +22
-15
lines changed Original file line number Diff line number Diff line change 2
2
profiles :
3
3
active : ${SPRING_PROFILES_ACTIVE:local}
4
4
5
+ ---
6
+ otel :
7
+ traces :
8
+ exporter : otlp
9
+ logs :
10
+ exporter : none
11
+ metrics :
12
+ exporter : none
13
+ # OTEL_SERVICE_NAME: 'graal-native-example-app'
14
+
15
+
16
+
17
+ logging :
18
+ level :
19
+ io.opentelemetry : DEBUG
20
+ org.springframework.boot.env : DEBUG
21
+ org.springframework.context : DEBUG
22
+
5
23
---
6
24
spring :
7
25
config :
@@ -20,13 +38,6 @@ spring:
20
38
21
39
# see https://opentelemetry.io/docs/languages/java/configuration/
22
40
otel :
23
- traces :
24
- exporter : otlp
25
- logs :
26
- exporter : none
27
- metrics :
28
- exporter : none
29
-
30
41
exporter :
31
42
otlp :
32
43
protocol : http/protobuf
37
48
# headers:
38
49
# Authorization: Bearer your-token
39
50
40
- logging :
41
- level :
42
- io.opentelemetry : DEBUG
43
- org.springframework.boot.env : DEBUG
44
- org.springframework.context : DEBUG
45
-
46
51
---
47
52
spring :
48
53
config :
@@ -51,8 +56,10 @@ spring:
51
56
data :
52
57
mongodb :
53
58
uri : ${vcap.services.mongodb-service.credentials.uri}
54
- # OTEL_SERVICE_NAME: 'graal-native-example-app'
55
- # OTEL_EXPORTER_OTLP_ENDPOINT: 'http://collector:4318'
59
+ otel :
60
+ exporter :
61
+ oltp :
62
+ endpoint : ${vcap.services.observability-service.credentials.jaegerCollectorHost}
56
63
---
57
64
spring :
58
65
config :
You can’t perform that action at this time.
0 commit comments