- direnv https://github.com/direnv/direnv install direnv
brew install direnv
Add following lines to .zshrc
export EDITOR=< your editor >
eval "$(direnv hook zsh)"
- install bloomrpc https://github.com/uw-labs/bloomrpc
brew cask install bloomrpc
- run docker compose
docker-compose up
-
Import echo.proto
proto/echo/echo.proto
-
Call echo method default grpc endpoint is
localhost:9876
, you'll see trace_id in its response -
Open your browser and access to http://localhost:16686/
-
Search and trace with the trace_id