# Functions
HTTPBasicAuth sets the credentials required to perform HTTP basic auth.
HTTPBatchSize sets the maximum batch size, after which a collect will be triggered.
HTTPLogger sets the logger used to report errors in the collection process.
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.