Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Nov 5, 2024
1 parent 721840c commit ccd9d98
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions test/new-e2e/tests/otel/otel-agent/config/no-dd-exporter.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
hostmetrics:
scrapers:
load:
memory:

exporters:
debug:
verbosity: detailed

service:
pipelines:
metrics:
receivers: [otlp]
exporters: [debug]
traces:
receivers: [otlp]
exporters: [debug]
logs:
receivers: [otlp]
metrics/sys:
receivers: [hostmetrics]
exporters: [debug]

0 comments on commit ccd9d98

Please sign in to comment.