Skip to content

Commit

Permalink
[EXAMPLE] update collector example with debug exporter (#3049)
Browse files Browse the repository at this point in the history
The logging exporter was renamed debug in 2023, the logging exporter will be removed in the near future, updating the example accordingly.

Co-authored-by: Marc Alff <[email protected]>
  • Loading branch information
codeboten and marcalff authored Sep 4, 2024
1 parent 0803569 commit 0d5a387
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/otlp/opentelemetry-collector-config/config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

exporters:
logging:
loglevel: DEBUG
debug:
verbosity: debug
receivers:
otlp:
protocols:
Expand All @@ -17,14 +17,14 @@ service:
receivers:
- otlp
exporters:
- logging
- debug
logs:
receivers:
- otlp
exporters:
- logging
- debug
metrics:
receivers:
- otlp
exporters:
- logging
- debug

0 comments on commit 0d5a387

Please sign in to comment.