data class ZipkinReporterConfig : Config
ZipkinReporterConfig(queued_max_bytes: Int?, message_max_bytes: Int?, message_timeout_sec: Long?) |
val message_max_bytes: Int?
Maximum bytes sendable per message including overhead. Default Sender.messageMaxBytes (5242880) |
|
val message_timeout_sec: Long?
Maximum time to wait for messageMaxBytes to accumulate before sending. Default 1 second |
|
val queued_max_bytes: Int?
Maximum backlog of span bytes reported vs sent. Corresponds to ReporterMetrics.updateQueuedBytes. Default 1% of heap |