J
02/04/2025, 11:16 AM/users/123/posts
) the tags won't match eachother and explode into a bunch of unique metrics. Does anyone know of a way to strip/replace the path parameters from the path somehow? Just doing call.request.path() returns a string with the unique ids. I believe I didn't have this problem in spring, and express also had a way of returning the path with placeholdersmadisp
02/04/2025, 11:28 AMmadisp
02/04/2025, 11:29 AMMicrometerMetrics
plugin?madisp
02/04/2025, 11:31 AMroute
tag by default and it should have something like /users/{userId}/posts
as a value based on your example - no need to explicitly set a pathJ
02/04/2025, 11:48 AMmadisp
02/04/2025, 11:48 AM