Add a MultiProvider implementation for metrics/multi package
Open
enhancement
- Dominant language
- Go
- Stars
- 27.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is no implementation of a [Provider](https://github.com/go-kit/kit/blob/master/metrics/provider/provider.go) interface for the [metrics/multi](https://godoc.org/github.com/go-kit/kit/metrics/multi) package. Adding a `MultiProvider` that accepts a slice of other `Provider` implementations would make using `multi` package more convenient.
Contributor guide
Assessment
This issue has not been assessed yet.