added zipkin receiver

This commit is contained in:
Ankit Nayan 2021-02-14 12:16:43 +05:30
parent b4073dfaa8
commit cf58f77400

View File

@ -12,6 +12,11 @@ data:
protocols: protocols:
grpc: grpc:
thrift_http: thrift_http:
zipkin:
otlp:
protocols:
grpc:
http:
processors: processors:
batch: batch:
send_batch_size: 1000 send_batch_size: 1000
@ -40,6 +45,6 @@ data:
extensions: [health_check, zpages] extensions: [health_check, zpages]
pipelines: pipelines:
traces: traces:
receivers: [jaeger] receivers: [jaeger, zipkin, otlp]
processors: [memory_limiter, batch, queued_retry] processors: [memory_limiter, batch, queued_retry]
exporters: [kafka] exporters: [kafka]