Skip to content

Commit

Permalink
Merge branch 'main' into simpliy_trace_example
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Sep 5, 2024
2 parents a56bac2 + 0d5a387 commit f3f810a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
6 changes: 3 additions & 3 deletions functional/otlp/otel-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ processors:
check_interval: 5s

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

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

0 comments on commit f3f810a

Please sign in to comment.