https://github.com/voutasaurus/ottest
A simple microservice stack hooked up to Jaeger via OpenTracing
https://github.com/voutasaurus/ottest
docker-compose go jaeger nestjs nodejs opentracing
Last synced: 3 months ago
JSON representation
A simple microservice stack hooked up to Jaeger via OpenTracing
- Host: GitHub
- URL: https://github.com/voutasaurus/ottest
- Owner: voutasaurus
- Created: 2019-09-03T22:52:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:53:53.000Z (over 3 years ago)
- Last Synced: 2023-07-31T17:37:07.136Z (almost 3 years ago)
- Topics: docker-compose, go, jaeger, nestjs, nodejs, opentracing
- Language: Go
- Homepage:
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ottest
A simple microservice stack hooked up to Jaeger via OpenTracing.
# Run
Requires: docker, docker-compose
```
$ git clone https://github.com/voutasaurus/ottest
$ cd ottest
$ ./run.sh
[... wait for docker compose to start up ...]
$ open http://localhost:16686
$ curl http://localhost:8080
```