# Functions
NewClient returns an HTTP Client with tracer.
NewServerMiddleware returns a http.Handler middleware with tracing.
WithClient set customer http client.
WithOperationName override default operation name.
WithClientTag adds extra tag to client spans.
WithOperationName override default operation name.
Tag adds extra tag to server spans.
# Structs
No description provided by the author
# Type aliases
ClientOption allows optional configuration of Client.
ServerOption allows Middleware to be optionally configured.