# Functions
NewHTTPClient returns an http.Client for use in the Vault API config Client.
WithAnalytics enables or disables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithServiceName sets the given service name for the http.Client.
WrapHTTPClient takes an existing http.Client and wraps the underlying transport with tracing.
# Type aliases
Option can be passed to NewHTTPClient and WrapHTTPClient to configure the integration.