This repository was archived by the owner on May 16, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
Spring 5 MVC demo app with embedded Tomcat and Jaeger Tracing (without Spring Boot)
License
NotificationsYou must be signed in to change notification settings
mfvanek/spring5-mvc-with-embedded-tomcat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Spring 5 MVC demo app with embedded Tomcat (without Spring Boot!) and OpenTracing
- http://localhost:8080/api/v1/demo
- http://localhost:8080/api/v1/demoException
- http://localhost:8080/api/v1/welcome
- http://localhost:8080/v2/api-docs
- http://localhost:8080/swagger-ui/
- http://localhost:8080/swagger-ui/index.html
./gradlew dockerBuildImage
docker run --name spring5-mvc-with-embedded-tomcat -d -p 8080:8080 spring5-mvc-with-embedded-tomcat:latest
docker run -d --name jaeger \ -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \ -e COLLECTOR_OTLP_ENABLED=true \ -p 6831:6831/udp \ -p 6832:6832/udp \ -p 5778:5778 \ -p 16686:16686 \ -p 4317:4317 \ -p 4318:4318 \ -p 14250:14250 \ -p 14268:14268 \ -p 14269:14269 \ -p 9411:9411 \ jaegertracing/all-in-one:1.36
Jaeger UI will start athttp://localhost:16686
./gradlew shadowJar
# export JAEGER_AGENT_HOST=localhost# export JAEGER_AGENT_PORT=6831export JAEGER_ENDPOINT=http://localhost:14268/api/tracesjava -jar build/libs/spring5-mvc-with-embedded-tomcat-2.0.0.jar
About
Spring 5 MVC demo app with embedded Tomcat and Jaeger Tracing (without Spring Boot)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Contributors2
Uh oh!
There was an error while loading.Please reload this page.