By: Tom Sydney Kerckhove <syd@cs-syd.eu>
Add instrumentWaiMiddlewareWith for request-level filtering Allows callers to exclude specific requests from latency instrumentation via a predicate, without losing the request entirely. The existing instrumentWaiMiddleware is unchanged (predicate = const True).