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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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!
Beta Was this translation helpful? Give feedback.
All reactions