Skip to content

Commit

Permalink
Update Actuator URLS in the doc for Retry & Circuit Breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdala committed Jan 31, 2024
1 parent b882019 commit a4c61e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file modified docs/assets/proseware-circuit-breaker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/proseware-retries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions simulate-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ Follow these steps to set up this test:
1. Changing a application setting will cause the App Service to restart. Wait for the app to restart.

1. We added Spring Actuator Dependencies to the Proseware project. This enables actuator endpoints. Navigate to the following sites.
* https://<APP_NAME>.azurewebsites.net/actuator
* https://<APP_NAME>.azurewebsites.net/actuator/retryevents
* https://<APP_NAME>.azurewebsites.net/actuator/retryevents
* https://<APP_NAME>.azurewebsites.net/actuator/metrics/resilience4j.circuitbreaker.not.permitted.calls
* https://<FRONT_DOOR_URL>/actuator
* https://<FRONT_DOOR_URL>/actuator/retryevents
* https://<FRONT_DOOR_URL>/actuator/metrics/resilience4j.circuitbreaker.not.permitted.calls

1. Navigate to https://<APP_NAME>.azurewebsites.net/index and refresh the page. Every time you refresh the page, a call to GitHub is made.
1. Navigate to https://<FRONT_DOOR_URL>/index and refresh the page. Every time you refresh the page, a call to GitHub is made.

1. Make note of the retry events and circuit breaker in the actuator endpoints.

Expand Down

0 comments on commit a4c61e3

Please sign in to comment.