Skip to content

Commit

Permalink
fixup! Add topic and app for new otel collector
Browse files Browse the repository at this point in the history
Ticket: DENA-1126
  • Loading branch information
matthewhughes-uw committed Dec 12, 2024
1 parent a7dd55f commit e66ffd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-aws/otel/otel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ resource "kafka_topic" "otlp_sampled_spans" {
}
}

module "otel_sampling_collector" {
module "otel_tail_sampling_collector" {
source = "../../modules/tls-app"
consume_topics = [kafka_topic.otlp_spans.name]
produce_topics = [kafka_topic.otlp_sampled_spans.name]
cert_common_name = "otel/sampling-collector"
cert_common_name = "otel/tail-sampling-collector"
}

0 comments on commit e66ffd6

Please sign in to comment.