Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "zipkin"
Name sets the name of this tracer.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HTTPEndpoint string // HTTP Endpoint to report traces to SameSpan bool // Use Zipkin SameSpan RPC style traces ID128Bit bool // Use Zipkin 128 bit root span IDs SampleRate float64 // The rate between 0.0 and 1.0 of requests to trace }
Config provides configuration settings for a zipkin tracer.
Click to show internal directories.
Click to hide internal directories.