Skip to content

Commit

Permalink
Diagram update - except for openai (#58)
Browse files Browse the repository at this point in the history
## Purpose
<!-- Describe the intention of the changes being proposed. What problem
does it solve or functionality does it add? -->
* ...

## Does this introduce a breaking change?
<!-- Mark one with an "x". -->
```
[ ] Yes
[ ] No
```

## Pull Request Type
What kind of change does this Pull Request introduce?

<!-- Please check the one that applies to this PR using "x". -->
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
```

## How to Test
*  Get the code

```
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
```

* Test the code
<!-- Add steps to run the tests suite and/or manually test -->
```
```

## What to Check
Verify that the following are valid
* ...

## Other Information
<!-- Add any other helpful information that may be needed here. -->
  • Loading branch information
sonalika-roy authored Sep 25, 2024
1 parent 2633429 commit d04f42e
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03_lab_monitor/0305.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ In this lab, you added monitoring to your Spring Petclinic microservices applica

The below image illustrates the end state you have build in this lab.

![lab 3 overview](../../images/lab3.png)
![lab 3 overview](../../images/acalab3.png)
Binary file modified images/acalab2.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 images/acalab3.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 images/acalab4.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 images/acalab5.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 images/acalab6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions images/lab2.drawio

Large diffs are not rendered by default.

0 comments on commit d04f42e

Please sign in to comment.