doc: quick-start diagram from text to .png
Signed-off-by: fanzu8 <tuzengbing@gmail.com>
This commit is contained in:
parent
b84209272b
commit
d52703ccbb
26
README.md
26
README.md
|
@ -22,31 +22,7 @@
|
|||
|
||||
- **快速搭建**
|
||||
如果你想更进一步了解 HUATUO 运行机制,架构设计等,可在本地很方便地搭建 HUATUO 完整运行的所有组件,我们提供容器镜像以及简单配置,方便用户开发者快速了解 HUATUO。
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph host[宿主机]
|
||||
subgraph huatuo-bamai[huatuo-bamai]
|
||||
A1[【metrics】] <-- "transfer" --> A2[【tracing】]
|
||||
end
|
||||
end
|
||||
|
||||
subgraph storage backends[存储后端]
|
||||
A1 -->|:19704| B1[prometheus]
|
||||
A2 -->|:9200| B2[elasticsearch]
|
||||
end
|
||||
|
||||
subgraph grafana_dashboard["grafana 监控大盘"]
|
||||
B1 -->|:9090| C1[host, container]
|
||||
B2 -->|:9200| C2[autotracing, events]
|
||||
end
|
||||
|
||||
subgraph browser[浏览器]
|
||||
D[:3000]
|
||||
end
|
||||
|
||||
C1 --> D
|
||||
C2 --> D
|
||||
```
|
||||

|
||||
<div style="text-align: center; margin: 8px 0 20px 0; color: #777;">
|
||||
<small>
|
||||
HUATUO 组件运行示意图<br>
|
||||
|
|
26
README_EN.md
26
README_EN.md
|
@ -21,31 +21,7 @@ If you only care about the underlying principles and not about storage backends
|
|||
|
||||
- **Quick Setup**
|
||||
If you want to dive deeper into HUATO's operation mechanisms and architecture, you can easily set up all components locally. We provide container images and simple configurations for developers to quickly understand HUATO.
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph host[host]
|
||||
subgraph huatuo-bamai[huatuo-bamai]
|
||||
A1[【metrics】] <-- "transfer" --> A2[【tracing】]
|
||||
end
|
||||
end
|
||||
|
||||
subgraph storage backends[storage backends]
|
||||
A1 -->|:19704| B1[prometheus]
|
||||
A2 -->|:9200| B2[elasticsearch]
|
||||
end
|
||||
|
||||
subgraph grafana_dashboard["grafana panels"]
|
||||
B1 -->|:9090| C1[host, container]
|
||||
B2 -->|:9200| C2[autotracing, events]
|
||||
end
|
||||
|
||||
subgraph browser[browser]
|
||||
D[:3000]
|
||||
end
|
||||
|
||||
C1 --> D
|
||||
C2 --> D
|
||||
```
|
||||

|
||||
<div style="text-align: center; margin: 8px 0 20px 0; color: #777;">
|
||||
<small>
|
||||
HUATUO Component Workflow<br>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
Loading…
Reference in New Issue