Skip to content

Commit

Permalink
Add missing consumer group for sampling collector
Browse files Browse the repository at this point in the history
Ticket: DENA-1126
  • Loading branch information
matthewhughes-uw committed Dec 13, 2024
1 parent bac1a92 commit e6749ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-aws/otel/otel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ module "otel_tail_sampling_collector" {
source = "../../modules/tls-app"
consume_topics = [kafka_topic.otlp_spans.name]
produce_topics = [kafka_topic.otlp_sampled_spans.name]
consume_groups = ["otel.tail-sampling-collector"]
cert_common_name = "otel/tail-sampling-collector"
}

0 comments on commit e6749ae

Please sign in to comment.