metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Routing more than one pattern to the same `Recorder`

Open david-perez opened this issue 6 months ago • 1 comments

metrics_util::layers::RouterBuilder::add_route takes ownership of the recorder, which means it can only handle one pattern/mask combination.

Could we make it take in an Iterator of patterns, or an Arc<R: Recorder>?

david-perez avatar Aug 19 '24 16:08 david-perez