Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DENA-933 - add producer for web collectors #732

Merged
merged 2 commits into from
Dec 17, 2024
Merged

DENA-933 - add producer for web collectors #732

merged 2 commits into from
Dec 17, 2024

Conversation

sbuliarca
Copy link
Contributor

Using a separate producer for the web collectors

@sbuliarca sbuliarca requested a review from a team as a code owner December 17, 2024 14:35
Copy link

linear bot commented Dec 17, 2024

@uw-infra
Copy link

uw-infra commented Dec 17, 2024

Terraform run output for

Cluster: dev-aws
Module: otel/kafka-bitnami
Path: dev-aws/otel
Commit ID: eeba2e94f43a8b017cc31ffe025a90354bd88c5b
✅ Run Status: Ok, Run Summary: Plan: 1 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=otel/collector-web"
      + id                           = (known after apply)
      + resource_name                = "otel.otlp_spans"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

To manually trigger plan again please post @terraform-applier plan dev-aws/otel as comment.

@uw-infra
Copy link

uw-infra commented Dec 17, 2024

Terraform run output for

Cluster: prod-aws
Module: otel/kafka-bitnami
Path: prod-aws/otel
Commit ID: c9d3dfc93b1b559818807243a7e2376a3e1b9175
✅ Run Status: Ok, Run Summary: Plan: 1 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=otel/collector-web"
      + id                           = (known after apply)
      + resource_name                = "otel.otlp_spans"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

To manually trigger plan again please post @terraform-applier plan prod-aws/otel as comment.

@sbuliarca sbuliarca merged commit 1121c7e into main Dec 17, 2024
1 of 2 checks passed
@sbuliarca sbuliarca deleted the DENA-933 branch December 17, 2024 14:44
@uw-infra
Copy link

Terraform run output for

Cluster: prod-aws
Module: otel/kafka-bitnami
Path: prod-aws/otel
Commit ID: 1121c7e08e630d542c1116f0c3fc752a9700c3ad
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 1 added, 0 changed, 0 destroyed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=otel/collector-web"
      + id                           = (known after apply)
      + resource_name                = "otel.otlp_spans"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"]: Creating...
module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"]: Creation complete after 1s [id=User:CN=otel/collector-web|*|Write|Allow|Topic|otel.otlp_spans|Literal]

Warning: Argument is deprecated

  with provider["registry.terraform.io/mongey/kafka"],
  on __env.tf line 14, in provider "kafka":
  14: provider "kafka" {

This parameter is now deprecated and will be removed in a later release,
please use `ca_cert` instead.

(and 2 more similar warnings elsewhere)

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

To manually trigger plan again please post @terraform-applier plan prod-aws/otel as comment.

@uw-infra
Copy link

Terraform run output for

Cluster: dev-aws
Module: otel/kafka-bitnami
Path: dev-aws/otel
Commit ID: 1121c7e08e630d542c1116f0c3fc752a9700c3ad
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 1 added, 0 changed, 0 destroyed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=otel/collector-web"
      + id                           = (known after apply)
      + resource_name                = "otel.otlp_spans"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"]: Creating...
module.otel_collector_web.kafka_acl.producer_acl["otel.otlp_spans"]: Creation complete after 1s [id=User:CN=otel/collector-web|*|Write|Allow|Topic|otel.otlp_spans|Literal]

Warning: Argument is deprecated

  with provider["registry.terraform.io/mongey/kafka"],
  on __env.tf line 14, in provider "kafka":
  14: provider "kafka" {

This parameter is now deprecated and will be removed in a later release,
please use `client_key` instead.

(and 2 more similar warnings elsewhere)

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

To manually trigger plan again please post @terraform-applier plan dev-aws/otel as comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants