You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a protocol or recommendation for metrics for the API client?
Things I'd like to be able to measure:
Success rate and latency for different ops and endpoints
HTTP client metrics
retries
Some of this can be done by wrapping invoke or providing my own client, but regarding things like retries I'm not sure I can think of a clean way to do it.
Still, seems like it would be better if it was handled by a protocol
Thanks
The text was updated successfully, but these errors were encountered:
As for a protocol, it'll be a while before we introduce anything like that given the backlog, priorities, and limited resources, but I'll certainly leave this open for consideration in the long run.
Is there a protocol or recommendation for metrics for the API client?
Things I'd like to be able to measure:
Some of this can be done by wrapping
invoke
or providing my own client, but regarding things like retries I'm not sure I can think of a clean way to do it.Still, seems like it would be better if it was handled by a protocol
Thanks
The text was updated successfully, but these errors were encountered: