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
Currently the "http.url" high cardinality KeyValue uses the Servlet request getPathInfo() information as a value, which is often incomplete. We should instead use the entire request URL, even if it contains context information.