Skip to content

Commit

Permalink
Add datadog connector
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Feb 15, 2024
1 parent 9696af2 commit 6f890a6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ config:
send_batch_max_size: 1000
send_batch_size: 100
timeout: 10s
probabilistic_sampler:
hash_seed: 22
sampling_percentage: 15.3
connectors:
datadog/connector:
service:
telemetry:
logs:
Expand All @@ -184,12 +189,16 @@ config:
- service: "otel-collector"
pipelines:
metrics:
receivers: [otlp, hostmetrics, prometheus]
receivers: [otlp, hostmetrics, prometheus, datadog/connector]
processors: [resourcedetection, k8sattributes, batch]
exporters: [datadog]
traces:
receivers: [otlp]
processors: [resourcedetection, k8sattributes, batch]
exporters: [datadog/connector]
traces/sampled:
receivers: [datadog/connector]
processors: [probabilistic_sampler, batch]
exporters: [datadog]
logs:
processors: [memory_limiter, resourcedetection, k8sattributes, attributes, attributes/kafkasrc, batch]
Expand Down

0 comments on commit 6f890a6

Please sign in to comment.