opentracing-go-sandbox

module
v0.0.0-...-c6ab7fd Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2019 License: MIT

README

OpenTracing x Golang

Prerequirement

  • Go
  • Docker

Document(Blog)

here

Run

  1. Run jaeger
    docker run --rm -p 6831:6831/udp -p 6832:6832/udp -p 16686:16686 jaegertracing/all-in-one:1.7 --log-level=debug
    
  2. Run server
    go run  ./server/*.go
    
  3. Run client
    go run  ./client/*.go
    
  4. See localhost:16686 in any browser.

License

This is released under the MIT License. See License

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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