File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
exporters/prometheus/src/test/resources
integration-tests/otlp/src/main/resources
perf-harness/src/test/resources
sdk/trace/src/jmh/resources Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ receivers:
10
10
static_configs :
11
11
- targets : ['${APP_ENDPOINT}']
12
12
exporters :
13
- logging :
13
+ debug :
14
14
verbosity : ${LOGGING_EXPORTER_VERBOSITY}
15
15
otlp :
16
16
endpoint : ${OTLP_EXPORTER_ENDPOINT}
@@ -22,4 +22,4 @@ service:
22
22
pipelines :
23
23
metrics :
24
24
receivers : [prometheus]
25
- exporters : [logging , otlp]
25
+ exporters : [debug , otlp]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ receivers:
23
23
cert_file : ${MTLS_SERVER_CERTIFICATE}
24
24
key_file : ${MTLS_SERVER_KEY}
25
25
exporters :
26
- logging :
26
+ debug :
27
27
verbosity : ${LOGGING_EXPORTER_VERBOSITY_LEVEL}
28
28
otlp :
29
29
endpoint : ${OTLP_EXPORTER_ENDPOINT}
@@ -35,10 +35,10 @@ service:
35
35
pipelines :
36
36
metrics :
37
37
receivers : [otlp, otlp/mtls]
38
- exporters : [logging , otlp]
38
+ exporters : [debug , otlp]
39
39
traces :
40
40
receivers : [otlp, otlp/mtls]
41
- exporters : [logging , otlp]
41
+ exporters : [debug , otlp]
42
42
logs :
43
43
receivers : [otlp, otlp/mtls]
44
- exporters : [logging , otlp]
44
+ exporters : [debug , otlp]
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ receivers:
4
4
grpc :
5
5
6
6
exporters :
7
- logging :
8
- loglevel : info
7
+ debug :
8
+ verbosity : normal
9
9
sampling_initial : 1
10
10
sampling_thereafter : 1
11
11
@@ -25,8 +25,8 @@ service:
25
25
traces :
26
26
receivers : [otlp]
27
27
processors : [batch]
28
- exporters : [logging ]
28
+ exporters : [debug ]
29
29
metrics :
30
30
receivers : [otlp]
31
31
processors : [batch]
32
- exporters : [logging ]
32
+ exporters : [debug ]
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ extensions:
11
11
health_check :
12
12
13
13
exporters :
14
- logging :
14
+ debug :
15
15
16
16
service :
17
17
extensions : [health_check]
18
18
pipelines :
19
19
traces :
20
20
receivers : [otlp]
21
21
processors : [batch]
22
- exporters : [logging ]
22
+ exporters : [debug ]
You can’t perform that action at this time.
0 commit comments