Skip to content

Commit

Permalink
Update conig files for UI
Browse files Browse the repository at this point in the history
Signed-off-by: joeyyy09 <[email protected]>
  • Loading branch information
joeyyy09 committed Jul 15, 2024
1 parent b2133cc commit 2ccff53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
19 changes: 8 additions & 11 deletions cmd/jaeger/collector-with-kafka.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
service:
pipelines:
traces:
receivers: [otlp, jaeger, zipkin]
processors: [batch]
exporters: [kafka]

receivers:
otlp:
protocols:
grpc:
http:

jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:

zipkin:

processors:
batch:

Expand All @@ -28,4 +18,11 @@ exporters:
brokers:
- localhost:9092
topic: "jaeger-spans"
encoding: otlp_proto
encoding: otlp_proto

service:
pipelines:
traces:
receivers: [otlp, jaeger]
processors: [batch]
exporters: [kafka]
16 changes: 15 additions & 1 deletion cmd/jaeger/ingester-remote-backend-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service:
extensions: [jaeger_storage, jaeger_query]
pipelines:
traces:
receivers: [kafka]
receivers: [kafka, otlp, jaeger, zipkin]
processors: [batch]
exporters: [jaeger_storage_exporter]
telemetry:
Expand All @@ -28,6 +28,20 @@ receivers:
encoding: otlp_proto
initial_offset: earliest

otlp:
protocols:
grpc:
http:

jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:

zipkin:

processors:
batch:

Expand Down

0 comments on commit 2ccff53

Please sign in to comment.