gotracing

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2021 License: MIT Imports: 13 Imported by: 1

README

gotracing

Otel tracing package

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsoleTP

type ConsoleTP struct {
}

func BuildConsoleTP

func BuildConsoleTP() *ConsoleTP

func (*ConsoleTP) Close

func (ctp *ConsoleTP) Close()

func (*ConsoleTP) Setup

func (ctp *ConsoleTP) Setup(traceId string)

type JaegerTP

type JaegerTP struct {
	// contains filtered or unexported fields
}

func BuildJaegerTP

func BuildJaegerTP() *JaegerTP

func (*JaegerTP) Close

func (tp *JaegerTP) Close()

func (*JaegerTP) Setup

func (jtp *JaegerTP) Setup(traceId string)

type TracingProvider

type TracingProvider interface {
	Setup(traceId string)
	Close()
}

func Build

func Build(name string) TracingProvider

type XRayTP

type XRayTP struct{}

func BuildXRayTP

func BuildXRayTP() *XRayTP

func (XRayTP) Close

func (exporter XRayTP) Close()

func (*XRayTP) Setup

func (xTp *XRayTP) Setup(traceId string)

Jump to

Keyboard shortcuts

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