Skip to content

Commit

Permalink
Merge pull request #22 from DataDog/mackjmr/add-kafka-consumer-annota…
Browse files Browse the repository at this point in the history
…tions-staging

Add annotations for kafka_consumer integration
  • Loading branch information
mackjmr authored Nov 6, 2023
2 parents aa46f14 + 2c1ea27 commit 0a18c5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,17 @@ components:
]
}
]
},
"kafka_consumer": {
"instances": [
{
"kafka_connect_str": "opentelemetry-demo-kafka:9092",
"monitor_unlisted_consumer_groups": true,
"tags": [
"kafka_source:agent"
]
}
]
}
}
serviceAccount:
Expand Down

0 comments on commit 0a18c5e

Please sign in to comment.