Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(metrics): Make buckets view generic over the contained buckets (#…
…3569) The idea is that `BucketsView` now works on everything that contains buckets `AsRef<[Bucket]>`, this allows us to transfer bucket views in channels and especially it allows us to send `BucketsView<Arc<[Bucket]>>` which we will need to track outcomes from an upstream request callback.
- Loading branch information