Skip to content

jcchavezs/hypertrace-goagent-example

Repository files navigation

Hypertrace Go Agent Example

This repository shows an example on how to use Go Agent.

Screenshot

Running it using Go

Run backend:

cd backend
go run main.go

Run frontend:

cd frontend
go run main.go

Run Hypertrace and MySQL:

docker-compose -f docker-compose-mysql.yml -f docker-compose-hypertrace.yml up --renew-anon-volumes

Once everything is up and running you can curl the frontend:

curl -i http://localhost:8081

Running it using Docker

docker-compose -f docker-compose.yml -f docker-compose-hypertrace.yml up --renew-anon-volumes

Once everything is up and running (hint: check docker ps) you can curl the frontend:

curl -i http://localhost:8081

About

Example apps showing hypertrace goagent

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published