tracers

package
v1.7.10 Latest Latest
Warning

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

Go to latest
Published: May 23, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupTracer

func SetupTracer(serviceName string) (func(), error)

SetupTracer is the place where you'd setup your specific tracer. The jaeger tracer is given as an example. To capture the jaeger traces you should run the jaeger backend. This can be done using the following docker command:

`docker run -ti --rm -p6831:6831/udp -p16686:16686 jaegertracing/all-in-one:latest`

The collector will be listening on localhost:6831 and the query UI is reachable on localhost:16686.

Types

This section is empty.

Jump to

Keyboard shortcuts

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