Skip to content

Commit

Permalink
Merge pull request #66 from open-telemetry/main
Browse files Browse the repository at this point in the history
[EXAMPLE] update collector example with debug exporter (open-telemetry#3049)
  • Loading branch information
malkia authored Sep 5, 2024
2 parents 124cb0a + 0d5a387 commit f591edb
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 f591edb

Please sign in to comment.