ZipkinConfig
data class ZipkinConfig(val enabled: Boolean, val hostname: String, val port: Int, val path: String, val serviceName: String)
Configuration data for connecting to a Zipkin distributed tracing server.
Used by ZipkinReporterService to construct the reporter URL and identify the service in traces.