# Packages
No description provided by the author
# Functions
NewBreaker returns a circuit breaker.
NewBreakerFromConfig builds breaker from config.
No description provided by the author
WithBreakerEnable sets if the breaker is enabled.
WithCommandPrefix sets the prefix for the hysterix command.
WithDatadogClient sets custom datadog event emitter for Tolerance.
WithErrorPercentageThreshold the percentage threshold beyond which the circuit will be deemed open.
WithMaxConcurrentRequests sets configuration for max concurrent requests supported for a given command.
WithMetricsCollector sets the breaker with go-base metrics event emitter.
WithRequestVolumeThreshold sets the minimum number of request needed before the circuit can be tripped.
WithSleepWindow sets the time in millisecond to wait after a circuit opens for testing for recovery.
WithTimeout returns a circuit breaker with a given timeout.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author