Skip to content

Commit

Permalink
Update deployment graph image
Browse files Browse the repository at this point in the history
Repositioned `webmonchow` to a different section and added a new dependency link from `webmonchow` to `webmon`. This improves the clarity of the module interactions and reflects recent architecture changes.

Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Sep 5, 2024
1 parent 6a065c1 commit 51a6e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified docs/developer/images/local_deployment_dependence_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/developer/images/local_deployment_dependence_graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ component autoheal #lightcoral
component webmon #lightblue
component autoreducer #lightblue
component autoreducer_himem #lightblue
component webmonchow #lightblue

component nginx #lightgreen
component dasmon #lightgreen
component workflow #lightgreen
component livedata #lightgreen
component webmonchow #lightgreen

nginx --> webmon
webmon --> db
Expand All @@ -36,6 +36,7 @@ autoreducer --> activemq
autoreducer_himem --> activemq
webmonchow --> db
webmonchow --> activemq
webmonchow --> webmon
livedata --> db
livedata --> webmon

Expand Down

0 comments on commit 51a6e78

Please sign in to comment.