Honza Dvorsky
Honza Dvorsky
Yeah it's completely reasonable to offer configuring the log level. It's also reasonable for libraries to not take on that extra maintenance burden brought by that customizability. For example -...
Hi @dankinsoid, I think from an ecosystem perspective, instead of every library making this configurable, it would be easier if you implement a MetricsFactory that filters your metrics, and wraps...
This might even be a reasonable ask to include in Swift Metrics out-of-the-box, if you're up for opening an issue there.
I think those are two separate topics: 1. Adding a filtering metrics factory to Swift Metrics, using metric names and labels 2. Extending the metrics factory abstraction itself to require...
Regarding the specific concern of metric names and labels changing in RediStack, that's extremely unlikely to happen within this major version, and could be argued to be a breaking change....
Have we considered putting the macros into the main module behind an opt-in trait, and the trait only being defined in a 6.1-specific manifest? Having to add an explicit product...