Skip to content

Commit

Permalink
add connector
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Nov 20, 2023
1 parent ef1f49e commit f2e3efd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ config:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
connectors:
datadog/connector:
exporters:
# Disable debug exporter until we pull change that adds it from upstream
debug: null
Expand Down Expand Up @@ -183,11 +185,15 @@ config:
- service: "otel-collector"
pipelines:
metrics:
receivers: [otlp, hostmetrics, prometheus]
receivers: [otlp, hostmetrics, prometheus, datadog/connector]
processors: [resourcedetection, k8sattributes, batch]
exporters: [datadog, logging]
traces:
receivers: [otlp]
processors: [batch]
exporters: [datadog/connector]
traces/2:
receivers: [datadog/connector]
processors: [resourcedetection, k8sattributes, batch]
exporters: [datadog, logging]
logs:
Expand Down

0 comments on commit f2e3efd

Please sign in to comment.