Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions docs/_static/solution-diagram.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
flowchart LR

Z[Zulip]
A[Alerta]
StatsD[StatsD]
Swift[OpenStack Swift]
Graphite[GraphiteDB]
M[Metric Processor]
Grafana[Grafana Dashboard]
DB1[(SQL Database)]
DB2[(SQL Database)]
DB3[(SQL Database)]
SD[Status Dashboard]


subgraph CloudMon plugin ApiMon
SCH[Scheduler]
EX[Executor\n X,Y,..]
subgraph Ansible
style Ansible stroke:#333,stroke-width:3px;
P[Playbook]
SDK[Openstack SDK]
end
end

subgraph CloudMon plugin EpMon
E[Endpoint Monitor]

end

C[CloudMon\n plugin X,Y,..]


subgraph Backend
A
Z
StatsD
Graphite
M
DB1
Swift
end


subgraph Representation layer
Grafana
DB2
SD
DB3
end

P --> |Ansible Module| SDK
A --> Z
StatsD --> Graphite
SCH --> EX
Graphite --> M
M --> SD
EX --> |stats| DB1
EX --> |Logs| Swift
EX --> P
C & SDK & E --> |metrics| StatsD
E & SCH & EX --> A
DB1 & Graphite --> Grafana
Grafana x--x DB2
SD x--x DB3



Loading