Skip to content

Commit

Permalink
fix(scheduler): update otel-collector-config after jaeger endpoint do…
Browse files Browse the repository at this point in the history
…es not supported

Signed-off-by: ducminhle <[email protected]>
  • Loading branch information
ducminhle authored and ducminhle committed Dec 14, 2023
1 parent d350206 commit 1b10b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scheduler/all-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
ports:
- "16686:16686"
- "14268"
- "14250"
- "4317"

kafka:
image: "${KAFKA_IMAGE_AND_TAG}"
Expand Down
6 changes: 3 additions & 3 deletions scheduler/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -36,7 +36,7 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, zipkin, jaeger]
exporters: [logging, zipkin, otlp]
metrics:
receivers: [otlp]
processors: [batch]
Expand Down

0 comments on commit 1b10b4c

Please sign in to comment.