Skip to content

Commit

Permalink
Use Debug Exporter in the ADOT collector configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jan 22, 2025
1 parent aa94383 commit 00a3ebb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/collector/collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ processors:
batch:

exporters:
logging:
loglevel: info
debug:
verbosity: normal
awsxray:
region: us-west-2
awsemf:
Expand All @@ -26,13 +26,13 @@ service:
processors:
- batch
exporters:
- logging
- debug
- awsxray
metrics:
receivers:
- otlp
processors:
- batch
exporters:
- logging
- debug
- awsemf
6 changes: 3 additions & 3 deletions centralized-sampling-tests/collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ receivers:
http:

exporters:
logging:
debug:
verbosity: normal
awsxray:
local_mode: true
Expand All @@ -22,8 +22,8 @@ service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging, awsxray]
exporters: [debug, awsxray]
metrics:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
extensions: [health_check, awsproxy]
6 changes: 3 additions & 3 deletions centralized-sampling-tests/example-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ receivers:
http:

exporters:
logging:
debug:
verbosity: normal
awsxray:
local_mode: true
Expand All @@ -22,8 +22,8 @@ service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging, awsxray]
exporters: [debug, awsxray]
metrics:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
extensions: [health_check, awsproxy]
8 changes: 4 additions & 4 deletions sample-apps/dotnet-sample-app/collector-config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ receivers:
endpoint: 0.0.0.0:4317

exporters:
logging:
loglevel: debug
debug:
verbosity: detailed
awsxray:
region: us-west-2
awsemf:
Expand All @@ -18,11 +18,11 @@ service:
receivers:
- otlp
exporters:
- logging
- debug
- awsxray
metrics:
receivers:
- otlp
exporters:
- logging
- debug
- awsemf
8 changes: 4 additions & 4 deletions sample-apps/java-sample-app/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ processors:
batch:

exporters:
logging:
loglevel: debug
debug:
verbosity: detailed
awsxray:
region: us-west-2

Expand All @@ -36,8 +36,8 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [awsxray,logging]
exporters: [awsxray,debug]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [awsemf, logging]
exporters: [awsemf, debug]
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ data:
action: keep
processors:
exporters:
logging:
loglevel: debug
debug:
verbosity: debug
service:
pipelines:
metrics:
receivers: [prometheus]
processors: []
exporters: [logging]
exporters: [debug]
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 00a3ebb

Please sign in to comment.