This is an automated email from the ASF dual-hosted git repository.

heesung pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 80f1fe29601 [fix][test] Update OpenTelemetry receiver endpoint in 
integration test (#22998)
80f1fe29601 is described below

commit 80f1fe29601d5635db359e9a0965e6b36038c6ee
Author: Dragos Misca <dragosvic...@users.noreply.github.com>
AuthorDate: Wed Jul 3 11:00:47 2024 -0700

    [fix][test] Update OpenTelemetry receiver endpoint in integration test 
(#22998)
    
    (cherry picked from commit e4390d357ea5c811fdb43da13e10471bf4830548)
---
 .../integration/src/test/resources/containers/otel-collector-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tests/integration/src/test/resources/containers/otel-collector-config.yaml 
b/tests/integration/src/test/resources/containers/otel-collector-config.yaml
index bd332f04283..2ba532f3c6c 100644
--- a/tests/integration/src/test/resources/containers/otel-collector-config.yaml
+++ b/tests/integration/src/test/resources/containers/otel-collector-config.yaml
@@ -21,6 +21,7 @@ receivers:
   otlp:
     protocols:
       grpc:
+        endpoint: 0.0.0.0:4317
 
 exporters:
   prometheus:

Reply via email to