You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to access the values added in request filter from controller, however the context seems to get overridden Kamon.currentContext().get("user-id") comes as null Kamon.currentContext().get("request-id") comes as null
The kamon context object hash is the same on both the filter and controller. But somehow the context details does not seem to propogate.
Can someone provide any pointers on what could be happening? Thanks!
The text was updated successfully, but these errors were encountered:
Discussed in #1257
Originally posted by pparkar January 31, 2023
We have a spring application with basic request filter and controller.
Kamon.currentContext().get("user-id")
comes as nullKamon.currentContext().get("request-id")
comes as nullCan someone provide any pointers on what could be happening? Thanks!
The text was updated successfully, but these errors were encountered: