Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupTracer ¶
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.
Click to show internal directories.
Click to hide internal directories.