An open API service indexing awesome lists of open source software.

https://github.com/techprimers/spring-boot-jaeger-example

Jaeger with Spring Boot example for Distributed log tracing
https://github.com/techprimers/spring-boot-jaeger-example

Last synced: over 1 year ago
JSON representation

Jaeger with Spring Boot example for Distributed log tracing

Awesome Lists containing this project

README

          

# Spring Boot Jaeger Example

## Jaeger Setup
- Start Jaeger using Docker

docker run -d --name jaeger-ui -p 16686:16686 -p 6831:6831/udp jaegertracing/all-in-one:1.9

- Accessible at - http://localhost:16686/

## Endpoints
- /jaeger/client/{id} - Exposed in jaeger-client
- /jaeger/client/{id} - Exposed in jaeger-server. Connects to numbers api - numbersapi.com