tracing_demo

package module
v0.0.0-...-1228c0a Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2020 License: BSD-2-Clause Imports: 0 Imported by: 0

README

Tracing demonstration

Augmenting Dapper-like spans with low-level tracing captured by DTrace. The Span contex is passed into DTrace at the start of the Span using a USDT probe (opentracing*:jaeger:span:start) and cleared at the end of the span (opentracing*:jaeger:span:finish).

Within the duration of the Span DTrace scripts can correlate tracing with the Span through a predicate that checks for the presence of the Span Context stored in the thread local variables.

/this->sc != 0/
{

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Config

func Config() string

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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