You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zipkin.maxMessageSize.description=Maximum size of a message. Default 5MB.
7
+
zipkin.maxMessageSize.description=Maximum size of a message (in bytes). Default 5242880.
8
8
zipkin.closeTimeout.description=How long to block for in-flight spans to send out-of-process on close (in seconds). Default 1.
9
9
zipkin.messageTimeout.description=When to flush messages (in seconds). Default 1. 0 implies spans are flushed externally. This timeout ensures that spans are not stuck in an incomplete message. This timeout starts when the first unsent span is reported.
10
10
zipkin.queuedMaxBytes.description=Maximum backlog of span bytes reported versus sent (in bytes). Default 1% of the current Java heap size.
0 commit comments