When using AsyncRetryingCaller (and RetryingCaller), callable name is not set properly as a label for the stamina_retries_total prometheus metric (like so stamina_retries_total{callable="<context block>",error_type=...}).
Shouldn't it work similar to the retry deco?
When using
AsyncRetryingCaller(andRetryingCaller), callable name is not set properly as a label for thestamina_retries_totalprometheus metric (like sostamina_retries_total{callable="<context block>",error_type=...}).Shouldn't it work similar to the retry deco?