- Start the zipkin
docker run -d -p 9411:9411 openzipkin/zipkin
- HTTP GET -
http://localhost:9090/student-service/api/student/getById/1
Response:
{
"id": 1,
"firstName": "Raj",
"lastName": "Dave",
"email": "raj_dave@yahoo.com",
"addressResponse": {
"addressId": 1,
"street": "Delhi",
"city": "Happy Street"
}
}
- You can also search by TraceId: 6bdc6fe79d0e92b7