You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're running multiple relays that can accept writes, how do you coordinate configuration updates so all relays get the updated shard configuration at the same time? How do you handle network partitions between relays and statsd? What if only a subset of the relays see the partition?
How do you scale your cluster? If the cluster is elastic, how do autoscale your cluster?
How are you monitoring statsrelay? statsd? How do you detect unhealthy statsds and rebalance the shard configuration to compensate?
Unfortunately it seems that not very many people are talking about running HA statsd, at least relative to the number of people ostensibly using statsd. I'm encouraged to see that Uber has dedicated a significant amount of time to making this possible, so any insight on how your architecture has worked out in practice would be hugely valuable.
Hello statsrelay team!
I'm curious about how Uber runs statsd in production, in particular:
Unfortunately it seems that not very many people are talking about running HA statsd, at least relative to the number of people ostensibly using statsd. I'm encouraged to see that Uber has dedicated a significant amount of time to making this possible, so any insight on how your architecture has worked out in practice would be hugely valuable.
Thanks for your time and awesome work!