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
⚠️ Is your feature request related to a problem? Please describe
Adding simple mapper (interface and/or lambda predicate to ChuckerInterceptor/Collector) to change transaction (URL) display name. For instance, I have long legacy/proxyURL that contain real url at the end. But it is truncated (max line 4 in chucker list), thus it is hard to understand what actual request is, as all legacy/proxy request starting pretty much with the same params. So for display I would like to get HttpTransaction input and provide CharSequence output for display name.
💡 Describe the solution you'd like
Simple mapper for display name of API request. Default impl would match current display name.
📊 Describe alternatives you've considered
I have tries to implement on my own, but ChuckerCollector cannot be inherited/extended. So I do not need to change transaction itself, I only need to remap display name, which I do not found possible at the moment out of the box.
🙋 Do you want to develop this feature yourself?
Yes
No
The text was updated successfully, but these errors were encountered:
NickMelnykIronvest
changed the title
Chucker API transaction display name mapper/interceptor
Chucker API transaction display name formatter (mapper/interceptor)
Jan 28, 2025
Adding simple mapper (interface and/or lambda predicate to ChuckerInterceptor/Collector) to change transaction (URL) display name. For instance, I have long legacy/proxyURL that contain real url at the end. But it is truncated (max line 4 in chucker list), thus it is hard to understand what actual request is, as all legacy/proxy request starting pretty much with the same params. So for display I would like to get HttpTransaction input and provide CharSequence output for display name.
💡 Describe the solution you'd like
Simple mapper for display name of API request. Default impl would match current display name.
📊 Describe alternatives you've considered
I have tries to implement on my own, but ChuckerCollector cannot be inherited/extended. So I do not need to change transaction itself, I only need to remap display name, which I do not found possible at the moment out of the box.
🙋 Do you want to develop this feature yourself?
The text was updated successfully, but these errors were encountered: