mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-18 03:01:32 +08:00
added zipkin receiver
This commit is contained in:
parent
b4073dfaa8
commit
cf58f77400
@ -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]
|
Loading…
x
Reference in New Issue
Block a user