Skip to content

Commit

Permalink
attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 2, 2024
1 parent fe344bb commit 6a60b66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ config:
- key: service
from_attribute: service_name
action: upsert
attributes/trace:
- key: mack.cluster.test
action: insert
value: juillet
transform:
metric_statements: &statements
- context: resource
Expand Down Expand Up @@ -235,11 +239,11 @@ config:
exporters: [datadog]
traces:
receivers: [otlp]
processors: [resourcedetection, k8sattributes, transform, batch]
processors: [resourcedetection, k8sattributes, transform, attributes/trace, batch]
exporters: [datadog/connector]
traces/sampled:
receivers: [datadog/connector]
processors: [probabilistic_sampler, batch]
processors: [probabilistic_sampler, attributes/trace, batch]
exporters: [datadog]
logs:
processors: [memory_limiter, resourcedetection, k8sattributes, attributes, attributes/kafkasrc, transform, batch]
Expand Down

0 comments on commit 6a60b66

Please sign in to comment.