package
0.4.3
Repository: https://github.com/openzipkin/zipkin-go.git
Documentation: pkg.go.dev

# Functions

Logger sets the logger used to report errors in the collection process.
NewReporter returns a new Kafka-backed Reporter.
Producer sets the producer used to produce to Kafka.
Serializer sets the serialization function to use for sending span data to Zipkin.
Topic sets the kafka topic to attach the reporter producer on.

# Type aliases

ReporterOption sets a parameter for the kafkaReporter.