-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the documentation and discoverability of CoWebFilter
#31877
Comments
@IevgenBizz Thanks for the repro, could you confirm that I could totally miss something since I am not an expert of the domain, but when using |
Hi @sdeleuze
|
In order to help with the first documentation point, I suggest to turn this issue into a documentation one, add a mention of |
@sdeleuze |
Ok, thanks for your feedback. Kind of related, you can also follow our progresses on #31893 and micrometer-metrics/tracing#174 for potential non-documentation refinements at Spring or Micrometer level. For 3.
|
CoWebFilter
The issue is reproducible on 3.2.1 version too. See my attachment. This problem is related to dirty MDC context, logging just shows the issue, so moving logging to another line won't resolve the issue thanks for your help in this thread. |
Affects: spring-boot 3.2.0
I want to implement trace id logging for my service. But MDC context is lost in controller according to logs.
There is a filter
Logs:
PoC is attached. mdc-poc issue.zip
Start it and execute
curl --location 'http://127.0.0.1:8080/test4'
c.e.mdcpoc.TraceIdFilter$Companion [tid-9019] : TraceIdFilter started. tid 2494 generated
The text was updated successfully, but these errors were encountered: