Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OpenTracing ¶
type OpenTracing struct {
// contains filtered or unexported fields
}
OpenTracing represents opentracing plugin for echo server.
func NewOpenTracing ¶
func NewOpenTracing() *OpenTracing
NewOpenTracing returns a new opentracing plugin with default options.
func NewOpenTracingWithConfigPath ¶
func NewOpenTracingWithConfigPath(path string) (*OpenTracing, error)
NewOpenTracingWithConfigPath returns a new opentracing plugin with options from config path.
func NewOpenTracingWithOptions ¶
func NewOpenTracingWithOptions(options *Options) *OpenTracing
NewOpenTracingWithOptions returns a new opentracing plugin with options.
type Options ¶
type Options struct {
Enabled bool
}
Options opentracing plugin for echo server options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals options based a given key path.
Click to show internal directories.
Click to hide internal directories.