Skip to content

Commit e687b7f

Browse files
authored
Merge pull request #6 from kgibm/master
Clarify description of maxMessageSize
2 parents f22ff55 + a647a7e commit e687b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/OSGI-INF/i10n/metatype.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ zipkin.port.description=The port of the zipkin server. Default 9411.
44
zipkin.encoding.description=The serialization format (and Content-Type header) of the spans. Either THRIFT or JSON. Default THRIFT.
55
zipkin.compress.description=If true, spans will be gzipped before transport. Default true.
66
zipkin.maxRequests.description=Maximum in-flight requests. Default 64.
7-
zipkin.maxMessageSize.description=Maximum size of a message. Default 5MB.
7+
zipkin.maxMessageSize.description=Maximum size of a message (in bytes). Default 5242880.
88
zipkin.closeTimeout.description=How long to block for in-flight spans to send out-of-process on close (in seconds). Default 1.
99
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.
1010
zipkin.queuedMaxBytes.description=Maximum backlog of span bytes reported versus sent (in bytes). Default 1% of the current Java heap size.

0 commit comments

Comments
 (0)