Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExporter ¶
NewExporter creates a new, configured Jaeger exporter.
Types ¶
type Config ¶
type Config struct { // CollectorEndpoint is the Jaeger HTTP Thrift endpoint. // For example, http://localhost:14268. CollectorEndpoint string // AgentEndpoint instructs exporter to send spans to Jaeger agent at this address. // For example, http://localhost:14268/api/traces?format=jaeger.thrift. AgentEndpoint string // Username to be used if basic auth is required. // Optional. Username string // Password to be used if basic auth is required. // Optional. Password string // ServiceName is the name of the process. ServiceName string }
Config holds information necessary for sending trace to Jaeger.
Click to show internal directories.
Click to hide internal directories.