Skip to content

Commit

Permalink
Add debug exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley authored and IbraheemA committed Nov 4, 2024
1 parent 230aa0f commit 8be82eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/new-e2e/tests/otel/otel-agent/config/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ exporters:
hostname: "otelcol-docker"
api:
key: ${DD_API_KEY}
debug:
verbosity: detailed
processors:
batch:
connectors:
Expand All @@ -29,16 +31,16 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [datadog/connector]
exporters: [datadog/connector, debug]
traces/send:
receivers: [otlp]
processors: [batch]
exporters: [datadog]
exporters: [datadog, debug]
metrics:
receivers: [otlp, datadog/connector]
processors: [batch]
exporters: [datadog]
exporters: [datadog, debug]
logs:
receivers: [otlp]
processors: [batch]
exporters: [datadog]
exporters: [datadog, debug]

0 comments on commit 8be82eb

Please sign in to comment.