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