diff --git a/scheduler/all-base.yaml b/scheduler/all-base.yaml index ce9b35726a..9f24869849 100644 --- a/scheduler/all-base.yaml +++ b/scheduler/all-base.yaml @@ -102,7 +102,7 @@ services: ports: - "16686:16686" - "14268" - - "14250" + - "4317" kafka: image: "${KAFKA_IMAGE_AND_TAG}" diff --git a/scheduler/otel-collector-config.yaml b/scheduler/otel-collector-config.yaml index 43a3f3c25c..283953a8f7 100644 --- a/scheduler/otel-collector-config.yaml +++ b/scheduler/otel-collector-config.yaml @@ -15,8 +15,8 @@ exporters: endpoint: "http://zipkin-all-in-one:9411/api/v2/spans" format: proto - jaeger: - endpoint: jaeger-all-in-one:14250 + otlp: + endpoint: jaeger-all-in-one:4317 tls: insecure: true @@ -36,7 +36,7 @@ service: traces: receivers: [otlp] processors: [batch] - exporters: [logging, zipkin, jaeger] + exporters: [logging, zipkin, otlp] metrics: receivers: [otlp] processors: [batch]