relay icon indicating copy to clipboard operation
relay copied to clipboard

Unify metric rate limiting

Open Dav1dde opened this issue 2 months ago • 1 comments

Sessions currently run through the rate limiting code, but the moment they are converted to metrics they are no longer considered for rate limiting. This is not an issue as they were designed to be never need rate limiting and ingestion can still be disabled with a 0 quota.

But ideally we unify all our code in Relay, the code which takes items and generates metrics out of them, the metrics then should carry on the outcomes as well as the rate limits of the original item.

Dav1dde avatar Sep 30 '25 10:09 Dav1dde

RELAY-164

linear[bot] avatar Sep 30 '25 10:09 linear[bot]