-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UML => ETM monitoring (singlenode and mini)
- Loading branch information
Showing
4 changed files
with
107 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
@startuml | ||
|
||
skinparam component { | ||
FontSize 16 | ||
FontStyle bold | ||
FontColor white | ||
BackgroundColor #ffac2f | ||
ArrowFontColor #333333 | ||
ArrowThickness 2 | ||
} | ||
skinparam defaultTextAlignment center | ||
|
||
package host { | ||
component "TJobExec\nContainer" | ||
component "Internal Sut\nContainer(s)" | ||
component "Internal Sut\n In Container(s)" | ||
component "Internal Browser\nSession console" | ||
component "Dockbeat" | ||
component "Filebeat" | ||
component "MySQL" | ||
|
||
[TJobExec\nContainer] -- Docker | ||
[Internal Sut\nContainer(s)] -- Docker | ||
[Internal Browser\nContainer] -- Docker | ||
|
||
[Internal Sut\n In Container(s)] -- [Filebeat] | ||
Docker -- [Dockbeat] | ||
|
||
package "ETM Backend" { | ||
interface Beats | ||
interface TCP | ||
interface HTTP | ||
|
||
TCP --> [TracesService] | ||
Beats --> [TracesService] | ||
HTTP --> [TracesService] | ||
|
||
[TracesService] -right-> [Queue Service] | ||
[Queue Service] -right-> Queue | ||
|
||
[TracesService] --> [AbstractMonitoringService] | ||
[AbstractMonitoringService] -right-> [MySQL] | ||
} | ||
|
||
Docker --> TCP | ||
[Filebeat] --> Beats | ||
[Dockbeat] --> Beats | ||
[Internal Browser\nSession console] --> HTTP | ||
|
||
|
||
} | ||
|
||
package ExternalSutHost { | ||
[External\nFilebeat] --> Beats | ||
[External\nMetricbeat] --> Beats | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
@enduml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
@startuml | ||
|
||
skinparam component { | ||
FontSize 16 | ||
FontStyle bold | ||
FontColor white | ||
BackgroundColor #ffac2f | ||
ArrowFontColor #333333 | ||
ArrowThickness 2 | ||
} | ||
skinparam defaultTextAlignment center | ||
skinparam linetype polyline | ||
|
||
package host { | ||
[TJobExec\nContainer] -- Docker | ||
[Internal Sut\nContainer(s)] -- Docker | ||
[Internal Browser\nContainer] -- Docker | ||
Docker --> TCP | ||
|
||
[Internal Browser\nSession console] --> HTTP | ||
|
||
[Internal Sut\n In Container(s)] -- [Filebeat] | ||
[Filebeat] --> Beats | ||
|
||
Docker -- [Dockbeat] | ||
[Dockbeat] --> Beats | ||
|
||
|
||
TCP -down- [Logstash] | ||
Beats -left- [Logstash] | ||
HTTP -- [Logstash] | ||
|
||
[Logstash] --> [Elasticsearch] | ||
[Logstash] --> [RabbitMQ] | ||
|
||
} | ||
|
||
package ExternalSutHost { | ||
[External\nFilebeat] --> Beats | ||
[External\nMetricbeat] --> Beats | ||
} | ||
|
||
|
||
@enduml |
Binary file added
BIN
+44.5 KB
UML/out/ETM/etm-component-monitoring-mini/etm-component-monitoring-mini.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 added
BIN
+34.5 KB
...ETM/etm-component-monitoring-singlenode/etm-component-monitoring-singlenode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.