Categorygithub.com/opentracing-contrib/go-restful
modulepackage
0.0.0-20250324123002-134d90bfc4e8
Repository: https://github.com/opentracing-contrib/go-restful.git
Documentation: pkg.go.dev

# README

go-restful

[WIP] Right now, this is a repo for @mqliang 's GSoC. Hope some days, this will become a formal opentracing lib for go-restful.

# Functions

ComponentName returns a FilterOption that sets the component name name for the server-side span.
NewOTFilter returns a go-restful filter which add OpenTracing instrument.
OperationNameFunc returns a FilterOption that uses given function f to generate operation name for each server-side span.

# Constants

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

# Variables

No description provided by the author

# Type aliases

FilterOption controls the behavior of the Filter.