Skip to content

Commit

Permalink
source
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Dec 11, 2023
1 parent 415ab27 commit 5f10426
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,26 @@ config:
- key: ddtags
action: upsert
value: "source:kafka"
attributes/producer:
include:
match_type: strict
attributes:
- key: "source"
value: 'orderproducer'
actions:
- key: ddtags
action: upsert
value: "source:kafka"
attributes/consumer:
include:
match_type: strict
attributes:
- key: "source"
value: 'frauddetectionservice'
actions:
- key: ddtags
action: upsert
value: "source:kafka"
memory_limiter:
check_interval: 1s
limit_mib: 500
Expand Down Expand Up @@ -191,5 +211,5 @@ config:
processors: [resourcedetection, k8sattributes, batch]
exporters: [datadog]
logs:
processors: [memory_limiter, resourcedetection, k8sattributes, batch, attributes, attributes/kafkasrc]
processors: [memory_limiter, resourcedetection, k8sattributes, batch, attributes, attributes/kafkasrc, attributes/producer, attributes/consumer]
exporters: [datadog]

0 comments on commit 5f10426

Please sign in to comment.