Anton

Results 7 comments of Anton

When I debug it locally, I see we're hitting this error case in `ConnectionStateMachine#186`: ```swift mutating func closed() -> ConnectionAction { switch self.state { case .initialized: preconditionFailure("How can a connection...

Memberlist suggests setting it to p99 of roundtrip time (which shouldn't be more than a few hundreds millis in a normal setup (eventually we should also decide where we stand...

SWIM protocol has 3 different types of communications: - **ping** - an initial roundtrip between ping originator node and ping target node - **indirect ping** - a roundtrip between an...

I'm not sure if it sounds crazy, but I have this thought in mind: Imagine you want to instrument you, say, http client library with a request payload size histogram....

Thanks for the feedback @MrLotU! I see several downsides to using swift-metrics types as "throw away" types: 1. There's a backend with a registry behind it. Matching an element with...

cc @ktoso, do you think this API would make sense in context of you swift-cluster-membership instrumentation?

So by adding this to the API we'd actually make backend work more difficult - if we allow dimensions on `record` we'll have to do some ad-hoc matching, while in...