This repository shows an example on how to use Go Agent.
Run backend:
cd backend
go run main.goRun frontend:
cd frontend
go run main.goRun Hypertrace and MySQL:
docker-compose -f docker-compose-mysql.yml -f docker-compose-hypertrace.yml up --renew-anon-volumesOnce everything is up and running you can curl the frontend:
curl -i http://localhost:8081docker-compose -f docker-compose.yml -f docker-compose-hypertrace.yml up --renew-anon-volumesOnce everything is up and running (hint: check docker ps) you can curl the frontend:
curl -i http://localhost:8081