From a647a7e1df46c636b96b6574ac1d8e916fb6d063 Mon Sep 17 00:00:00 2001 From: Kevin Grigorenko Date: Tue, 14 Nov 2017 12:35:28 -0800 Subject: [PATCH] Clarify description of maxMessageSize --- src/main/resources/OSGI-INF/i10n/metatype.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/OSGI-INF/i10n/metatype.properties b/src/main/resources/OSGI-INF/i10n/metatype.properties index 38f0dc1..95360b7 100644 --- a/src/main/resources/OSGI-INF/i10n/metatype.properties +++ b/src/main/resources/OSGI-INF/i10n/metatype.properties @@ -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.