Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

graphaelli/otmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opentracing Multiplexer for Go

This is an experiment for duplicating all trace reporting through multiple opentracing tracers within a single go application. It is not intended for production use.

Quickstart

import (
	"github.com/graphaelli/otmux"
)

tracer := otmux.NewTracer(elasticOpenTracer, jaegerOpenTracer)
opentracing.SetGlobalTracer(tracer)

Example

cmd/ contains an example client and server wired up to:

An example of the same trace represented across those systems: All tracing the same activity

About

Experimental Opentracing Multiplexer for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages