uber-archive / hyperbahn

Service discovery and routing for large scale microservice operations
MIT License
396 stars 57 forks source link

service-proxy: emit recvd stat if rejecting frame #248

Closed Raynos closed 8 years ago

Raynos commented 8 years ago

We had a bug where customers saw more errors then recvd.

This is because the recvd stat is emitted by either:

When we reject a request due to rate limiter or circuit breaker we increment latency & error but do not increment recvd

r: @jcorbin @rf @kriskowal

rf commented 8 years ago

cool. :+1: once travis