Adam Lowry

Results 5 comments of Adam Lowry

I was looking to expose saturation metrics for a service my team's responsible for, and this metric combined with a metric on the # of workers that are actively handling...

I did some tests on this after Starlette merged https://github.com/encode/starlette/pull/1715, which contains further fixes for this. It resolved the issues in my fastapi app with early disconnection, so I'm feeling...

If it helps anyone else, here's a config file that emits backlog & busy worker metrics via the statsd interface based on this PR and #2655. After looking at a...

One additional thought; I'm not totally clear on how baggage works but if baggage follows the same rules as context then this sort of feature could prevent baggage from being...

Sorry, I forgot to follow up on this. I've submitted #3957 for the baggage issue, and I'll close this one. Thanks, all.