package
0.0.0-20200609095714-edc8019f93cc
Repository: https://github.com/mwitkow/go-httpwares.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Middleware returns a http.Handler middleware values for request tags.
Tripperware returns a piece of client-side Tripperware that forwards opentracing tokens.
WithFilterFunc customizes the function used for deciding whether a given call is traced or not.
WithStatusCodeIsError customizes the function used for deciding whether a given call was an error.
WithTracer sets a custom tracer to be used for this middleware, otherwise the opentracing.GlobalTracer is used.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

FilterFunc allows users to provide a function that filters out certain methods from being traced.
No description provided by the author
StatusCodeIsError allows the customization of which requests are considered errors in the tracing system.