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:
grpc:
thrift_http:
zipkin:
otlp:
protocols:
grpc:
http:
processors:
batch:
send_batch_size: 1000
@ -40,6 +45,6 @@ data:
extensions: [health_check, zpages]
pipelines:
traces:
receivers: [jaeger]
receivers: [jaeger, zipkin, otlp]
processors: [memory_limiter, batch, queued_retry]
exporters: [kafka]