Skip to content

Commit

Permalink
fix: Update otel config to not use deprecated values (#1170)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer authored Oct 21, 2024
1 parent 6abd032 commit 052ffce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/utils/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ image:
repository: "otel/opentelemetry-collector-contrib"
config:
exporters:
logging:
loglevel: debug
debug:
verbosity: basic
prometheus:
endpoint: 0.0.0.0:8889
receivers:
Expand All @@ -36,7 +36,7 @@ config:
receivers:
- otlp
exporters:
- logging
- debug
- prometheus
logs: null
`
Expand Down

0 comments on commit 052ffce

Please sign in to comment.