Rob Skillington
Rob Skillington
@wjdp would you be open to accepting a PR that added a self-imposed rate limit for certain URLs? e.g. something like this (what do you think of the general concept...
That might be the case, @cw9 for initial placements do shards need to marked available manually for the aggregator?
Hey thanks for the contribution @tsharju - one reason why #2082 has not made further progress is that we'd like to address the issue of upgrading an existing deployment without...
Hey @tsharju here's the WIP PR to support compression with auto fallback for in-place upgrades: https://github.com/m3db/m3/pull/2731
Thanks a lot for your comments @slrtbtfs and @Nexucis - I'll work on integrating them, and apologies for not being more clear with the PR on the intention for the...
@anuptalwalkar is there any reason you can't use a `tally.TestScope`? You can create one by calling `tally.NewTestScope(...)` as implemented here: ```go func NewTestScope( prefix string, tags map[string]string, ) TestScope {...
Hey, cool no problems. Sure if you don't want to collect the actual values then a `nil` reporter is useful. Let me add.
Hey thanks for opening this, if you check the releases page each release that has contained breaking changes has had a corresponding major release: https://github.com/uber-go/tally/releases We mark breaking changes as...
Hey Akshay, This is a very new repository so perhaps we can go ahead and tag it at 0.1.0 for now. Let me discuss with the contributors and agree on...
We have a v1.0.0 now: https://github.com/uber-go/tally/releases/tag/v1.0.0 Roadmap still pending.