generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add circuit breaker event handlers (#461)
* feat: add circuit breaker event handlers * pr-fix: move circuit breaker event handler registration to pump project * pr-fix: xml document circuit breaker event handler registration * pr-fix: correct usings * pr-sug: use more test assertion friendly message * pr-sug: use more test assertion friendly message * pr-sug: use is-half-open property to determine state transition * pr-sug: rename event handler registration 'WithCircuitBreakerStateChangedEventHandler' * pr-fix: order of telemetry test assertions * pr-fix: correct timeout * pr-fix: reorder test assertions * pr-fix: reorder test assertions * pr-fix: add logging for transaction id * pr-fix: add logging for transaction id * pr-fix: add logging for transaction id * pr-fix: fire and forget event handlers with void * pr-fix: consistent generic type name * pr-fix: streamline test * temp log exception * temp log exception * temp remove until conditions * pr-fix: streamline test assertions * pr-fix: streamline test assertions * pr-fix: correct with simplified trace parent * pr-fix: specific operation name * pr-fix: log get request telemetry * pr-fix: log get request telemetry * pr-fix: order of log registration * pr-fix: pin piont exact failur * pr-fix: diff serilog setup * pr-fix: remove unnecessary event hubs package downgrade
- Loading branch information
1 parent
458e8ae
commit ef650a7
Showing
16 changed files
with
378 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.