Skip to content

dgyoshi/jaeger-example

Repository files navigation

prerequisite

OSX

brew install direnv

Add following lines to .zshrc

export EDITOR=< your editor >
eval "$(direnv hook zsh)"

try out

  1. install bloomrpc https://github.com/uw-labs/bloomrpc
brew cask install bloomrpc
  1. run docker compose
docker-compose up
  1. Import echo.proto proto/echo/echo.proto

  2. Call echo method default grpc endpoint is localhost:9876, you'll see trace_id in its response

  3. Open your browser and access to http://localhost:16686/

  4. Search and trace with the trace_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published