Skip to content

Commit

Permalink
Update conig files
Browse files Browse the repository at this point in the history
Signed-off-by: joeyyy09 <menteharshith@gmail.com>
  • Loading branch information
joeyyy09 committed Jul 16, 2024
1 parent 2ccff53 commit c9c32cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
14 changes: 7 additions & 7 deletions cmd/jaeger/collector-with-kafka.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
service:
pipelines:
traces:
receivers: [otlp, jaeger]
processors: [batch]
exporters: [kafka]

receivers:
otlp:
protocols:
Expand All @@ -19,10 +26,3 @@ exporters:
- localhost:9092
topic: "jaeger-spans"
encoding: otlp_proto

service:
pipelines:
traces:
receivers: [otlp, jaeger]
processors: [batch]
exporters: [kafka]
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, otlp, jaeger, zipkin]
receivers: [kafka]
processors: [batch]
exporters: [jaeger_storage_exporter]
telemetry:
Expand All @@ -21,27 +21,14 @@ extensions:
memory:
max_traces: 100000

receivers:
receivers:
kafka:
brokers:
- localhost:9092
topic: "jaeger-spans"
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 c9c32cc

Please sign in to comment.