Skip to content

cksidharthan/go-jaeger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-jaeger

Tracing library for Go applications using OpenTelemetry. This library hooks into the logrus library.

Usage

Please see the examples directory for usage examples.

Running the example

  1. Run the Jaeger all-in-one docker image
task run-jaeger
  1. Run the example
task run-example
  1. Open the Jaeger UI
task open-jaeger-ui

Screenshots

After running the example, you can see the traces in the Jaeger UI as shown below. Screenshot

Contributing

Please feel free to raise issues and submit PRs.