You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-------------------- ------------------ ------------------
| Client(UI/Browser) | =======> | Front api service | =======> | Customer service |
-------------------- ------------------ ------------------
Execute using IDE/command line
1. Start the customer service first (reference link given below)
2. Then Start the front api service using command: mvn spring-boot:run
3. Open browser: http://localhost:8080/customerDetails/1
1. Start the customer service. . Reference link is mentioned above.
2. Start the front-api-service using Docker.
docker network create tracing(ignore this step if already done)
docker pull rduttaxebia/otel-demo-api-service:latest
docker run --name front-service --network tracing -p 8080:8080 rduttaxebia/otel-demo-api-service:latest