Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-fringe/zipkin-tracing-test
https://github.com/dev-fringe/zipkin-tracing-test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-fringe/zipkin-tracing-test
- Owner: dev-fringe
- Created: 2020-08-04T07:26:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T15:49:06.000Z (almost 2 years ago)
- Last Synced: 2023-08-07T17:12:20.807Z (over 1 year 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.