Skip to content

Commit

Permalink
Merge pull request #6 from kgibm/master
Browse files Browse the repository at this point in the history
Clarify description of maxMessageSize
  • Loading branch information
gcharters authored Apr 3, 2018
2 parents f22ff55 + a647a7e commit e687b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/OSGI-INF/i10n/metatype.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ zipkin.port.description=The port of the zipkin server. Default 9411.
zipkin.encoding.description=The serialization format (and Content-Type header) of the spans. Either THRIFT or JSON. Default THRIFT.
zipkin.compress.description=If true, spans will be gzipped before transport. Default true.
zipkin.maxRequests.description=Maximum in-flight requests. Default 64.
zipkin.maxMessageSize.description=Maximum size of a message. Default 5MB.
zipkin.maxMessageSize.description=Maximum size of a message (in bytes). Default 5242880.
zipkin.closeTimeout.description=How long to block for in-flight spans to send out-of-process on close (in seconds). Default 1.
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.
zipkin.queuedMaxBytes.description=Maximum backlog of span bytes reported versus sent (in bytes). Default 1% of the current Java heap size.
Expand Down

0 comments on commit e687b7f

Please sign in to comment.