You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/examples/traces
Tony Chen 1b13abd136
transport/http: add http route (#1029)
3 years ago
..
api transport/http: add http route (#1029) 3 years ago
app transport/http: add http route (#1029) 3 years ago
Dockerfile remove example/traces/go.mod (#940) 4 years ago
README.md remove example/traces/go.mod (#940) 4 years ago
docker-compose.yml add examples/traces (#932) 4 years ago
service.sh remove example/traces/go.mod (#940) 4 years ago
start-windows.bat remove example/traces/go.mod (#940) 4 years ago
start.sh remove example/traces/go.mod (#940) 4 years ago

README.md

traces example

  • There are two services in the example

  • After receiving the HTTP request, the user service calls the grpc server provided by the message service through the grpc client

  • The example shows how to use tracing middleware

  • You can experience the effect by following the command

run example

# Windows start-windows.bat
# mac/linux
sh start.sh
curl http://localhost:8000/v1/user/get/message/10
# Open with browser http://localhost:16686
# You can see the effect