README ¶ example Prerequisites Docker Docker compose setting up environment To run the full example we need to start jaeger and prometheus. We can startup both of them using docker-compose with the following command. docker-compose up -d To tear down the above just: docker-compose down running the example just run (within the examples folder): go run main.go and the use curl to send a request: curl -i -H "Content-Type: application/json" http://localhost:50000 After that head over to jaeger and prometheus. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.