Skip to content

Commit

Permalink
[TEST] update references to logging exporter (#3053)
Browse files Browse the repository at this point in the history
This exporter has been replaced by the debug exporter and will be removed soon

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored Sep 5, 2024
1 parent 0d5a387 commit 261a151
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

exporters:
debug:
verbosity: debug
verbosity: detailed
receivers:
otlp:
protocols:
Expand Down
2 changes: 1 addition & 1 deletion functional/otlp/otel-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ processors:

exporters:
debug:
verbosity: debug
verbosity: detailed

service:
pipelines:
Expand Down
6 changes: 3 additions & 3 deletions functional/otlp/otel-config-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ processors:
check_interval: 5s

exporters:
logging:
loglevel: debug
debug:
verbosity: detailed

service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]
6 changes: 3 additions & 3 deletions functional/otlp/otel-docker-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ processors:
check_interval: 5s

exporters:
logging:
loglevel: debug
debug:
verbosity: detailed

service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]
6 changes: 3 additions & 3 deletions functional/otlp/otel-docker-config-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ processors:
check_interval: 5s

exporters:
logging:
loglevel: debug
debug:
verbosity: detailed

service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]

0 comments on commit 261a151

Please sign in to comment.