https://github.com/dev-fringe/zipkin-tracing-test
https://github.com/dev-fringe/zipkin-tracing-test
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-fringe/zipkin-tracing-test
- Owner: dev-fringe
- Created: 2020-08-04T07:26:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T15:49:06.000Z (over 2 years ago)
- Last Synced: 2025-03-04T04:11:34.300Z (4 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WebMVC 4 Example
### ExampleInitializer
Instead of a web.xml file, this uses a Servlet 3.0
`ServletContainerInitializer` to setup the app and tracing of it.`Initializer` is indirectly invoked by `SpringServletContainerInitializer`,
which is in the classpath. This sets up the following:* brave.webmvc.Frontend and Backend : Rest controllers with no tracing configuration
* brave.webmvc.TracingConfiguration : This adds tracing by configuring the tracer, server and client tracing interceptors.