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 `description:"HTTP Endpoint to report traces to." export:"false"`
SameSpan bool `description:"Use ZipKin SameSpan RPC style traces." export:"true"`
ID128Bit bool `description:"Use ZipKin 128 bit root span IDs." export:"true"`
Debug bool `description:"Enable Zipkin debug." export:"true"`
}
Config provides configuration settings for a zipkin tracer
Click to show internal directories.
Click to hide internal directories.