Doug Fawley
Doug Fawley
Retry attempts can be counted by storing data in the context in a per-call interceptor, and incrementing it in `TagRPC`.
Sorry, I missed the bit about excluding transparent retries. You can wait to increment when `stats.Begin` happens, then, and check that struct's `IsTransparentRetryAttempt` field. > What is the issue with...
The `stats` package's API is mainly intended for internal usage or for power users. Optimal usability is not really a goal (it already has a ton of rough edges). Our...
@veshij any update?