metrics
metrics copied to clipboard
Routing more than one pattern to the same `Recorder`
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>
?