spring-httpserver-timings
spring-httpserver-timings copied to clipboard
Library to generate a tracing header with timing metrics for backend components on Spring Boot following the HTTP Server Timings specification
If you set the filter's disabled field to false, the filter will call doFilter twice. Example: ``` @Bean protected TracingFilter tracingServerTimingFilter() { TracingFilter tracingFilter = new TracingFilter(); tracingFilter.setDisabled(true); return tracingFilter;...
using this library, even without having a method of async type annotated with @Traceable, results always in empty content. see https://spring.io/guides/gs/async-method/ for async method with CompletableFuture example. any endpoint just...
Hi. I love this project and would like to use it on a large codebase. The codebase itself uses NewRelic for instrumentation and so adding a new annotation would be...