Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(ctx context.Context) ([]grpc.DialOption, []grpc.CallOption)
Register registers a new opentracing plugin for grpc client.
Types ¶
type Opentracing ¶
type Opentracing struct {
// contains filtered or unexported fields
}
Opentracing represents opentracing plugin for grpc client.
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.
func (*Opentracing) Register ¶
func (i *Opentracing) Register(ctx context.Context) ([]grpc.DialOption, []grpc.CallOption)
Register registers this opentracing plugin for grpc client.
type Options ¶
type Options struct {
Enabled bool
}
Options opentracing plugin for grpc client 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.