package
2.29.1+incompatible
Repository: https://github.com/luogreen/jaeger-client-go.git
Documentation: pkg.go.dev

# Packages

Package zipkin provides various Transports that can be used with RemoteReporter for submitting traces to Zipkin backend.

# Functions

HTTPBasicAuth sets the credentials required to perform HTTP basic auth.
HTTPBatchSize sets the maximum batch size, after which a collect will be triggered.
HTTPHeaders defines the HTTP headers that will be attached to the jaeger client's HTTP request.
HTTPRoundTripper configures the underlying Transport on the *http.Client that is used.
HTTPTimeout sets maximum timeout for http request.
NewHTTPTransport returns a new HTTP-backend transport.

# Structs

HTTPBasicAuthCredentials stores credentials for HTTP basic auth.
HTTPTransport implements Transport by forwarding spans to a http server.

# Type aliases

HTTPOption sets a parameter for the HttpCollector.