Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter exports SpanData to the zipkin collector. It implements the SpanBatcher interface, so it needs to be used together with the WithBatcher option when setting up the exporter pipeline.
func NewExporter ¶
NewExporter creates a new zipkin exporter.
type Option ¶
type Option func(*Options)
Option defines a function that configures the exporter.
func WithClient ¶
WithClient configures the exporter to use the passed HTTP client.
func WithLogger ¶
WithLogger configures the exporter to use the passed logger.
Click to show internal directories.
Click to hide internal directories.