Skip to content

Commit 052ffce

Browse files
authored
fix: Update otel config to not use deprecated values (#1170)
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
1 parent 6abd032 commit 052ffce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/utils/setup_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ image:
2121
repository: "otel/opentelemetry-collector-contrib"
2222
config:
2323
exporters:
24-
logging:
25-
loglevel: debug
24+
debug:
25+
verbosity: basic
2626
prometheus:
2727
endpoint: 0.0.0.0:8889
2828
receivers:
@@ -36,7 +36,7 @@ config:
3636
receivers:
3737
- otlp
3838
exporters:
39-
- logging
39+
- debug
4040
- prometheus
4141
logs: null
4242
`

0 commit comments

Comments
 (0)