opentracing

package
v1.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package opentracing provides wrappers for OpenTracing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCallWrapper added in v0.11.0

func NewCallWrapper(ot opentracing.Tracer) client.CallWrapper

NewCallWrapper accepts an opentracing Tracer and returns a Call Wrapper

func NewClientWrapper

func NewClientWrapper(ot opentracing.Tracer) client.Wrapper

NewClientWrapper accepts an open tracing Trace and returns a Client Wrapper

func NewHandlerWrapper

func NewHandlerWrapper(ot opentracing.Tracer) server.HandlerWrapper

NewHandlerWrapper accepts an opentracing Tracer and returns a Handler Wrapper

func NewSubscriberWrapper

func NewSubscriberWrapper(ot opentracing.Tracer) server.SubscriberWrapper

NewSubscriberWrapper accepts an opentracing Tracer and returns a Subscriber Wrapper

func StartSpanFromContext added in v1.4.1

func StartSpanFromContext(ctx context.Context, tracer opentracing.Tracer, name string, opts ...opentracing.StartSpanOption) (context.Context, opentracing.Span, error)

StartSpanFromContext returns a new span with the given operation name and options. If a span is found in the context, it will be used as the parent of the resulting span.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL