Skip to content

22.2.0

Compare
Choose a tag to compare
@hynek hynek released this 06 Oct 15:40
· 286 commits to main since this release
22.2.0
e6ef74f

Instrumentation!

Added

  • Retries are now instrumented.
    If prometheus-client is installed, retries are counted using the Prometheus counter stamina_retries_total.
    If structlog is installed, they are logged using a structlog logger at warning level.
    These two instrumentations are independent from each other.