Circuit breaker in GRPC service mesh

Hi, we are looking to introduce circuit breaking to our gRPC based cluster and saw that linkerd supports it. We’d like to add this behaviour in our service mesh since it seems like the appropriate place, but from what I can see in the docs it looks to only be available for http 5yz codes. Is that correct? And if so, is there any plans to add support for gRPC codes? Apologies if this is the wrong forum to ask in.

@jolville Apologies in turn for the delay in replying! You are correct that circuit breaking is only HTTP right now. We do plan to extend this to gRPC at some point but we don’t have a definitive time for when that will happen just yet.