diff --git a/.github/workflows/ci-instrumentation-with-services.yml b/.github/workflows/ci-instrumentation-with-services.yml index ac93634b9..f66806399 100644 --- a/.github/workflows/ci-instrumentation-with-services.yml +++ b/.github/workflows/ci-instrumentation-with-services.yml @@ -136,14 +136,19 @@ jobs: image: confluentinc/cp-zookeeper:latest ports: - 2181:2181 + options: >- + --log-driver=none env: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 + CONFLUENT_SUPPORT_METRICS_ENABLE: "false" kafka: image: confluentinc/cp-kafka:7.9.1 ports: - 9092:9092 - 29092:29092 + options: >- + --log-driver=none env: KAFKA_BROKER_ID: 1 KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 @@ -151,6 +156,7 @@ jobs: KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 + CONFLUENT_SUPPORT_METRICS_ENABLE: "false" instrumentation_redis: strategy: