This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
commit 38a251f480d6ad22b77bdcc4dc58ac4eabf984a9 Author: Lei Zhang <[email protected]> AuthorDate: Fri Aug 9 12:37:42 2019 +0800 SCB-1411 Add UI description to docs --- docs/fsm/assets/ui-dashboard.png | Bin 0 -> 527466 bytes .../assets/ui-transaction-details-compensated.png | Bin 0 -> 575211 bytes docs/fsm/assets/ui-transaction-details-failed.png | Bin 0 -> 662294 bytes .../assets/ui-transaction-details-successful.png | Bin 0 -> 625652 bytes docs/fsm/assets/ui-transactions-list.png | Bin 0 -> 519288 bytes docs/fsm/how_to_use_fsm.md | 25 +++++++++++++++++++++ docs/fsm/how_to_use_fsm_zh.md | 25 +++++++++++++++++++++ 7 files changed, 50 insertions(+) diff --git a/docs/fsm/assets/ui-dashboard.png b/docs/fsm/assets/ui-dashboard.png new file mode 100644 index 0000000..6325f93 Binary files /dev/null and b/docs/fsm/assets/ui-dashboard.png differ diff --git a/docs/fsm/assets/ui-transaction-details-compensated.png b/docs/fsm/assets/ui-transaction-details-compensated.png new file mode 100644 index 0000000..cf9e4f5 Binary files /dev/null and b/docs/fsm/assets/ui-transaction-details-compensated.png differ diff --git a/docs/fsm/assets/ui-transaction-details-failed.png b/docs/fsm/assets/ui-transaction-details-failed.png new file mode 100644 index 0000000..786d6e8 Binary files /dev/null and b/docs/fsm/assets/ui-transaction-details-failed.png differ diff --git a/docs/fsm/assets/ui-transaction-details-successful.png b/docs/fsm/assets/ui-transaction-details-successful.png new file mode 100644 index 0000000..d7f73ef Binary files /dev/null and b/docs/fsm/assets/ui-transaction-details-successful.png differ diff --git a/docs/fsm/assets/ui-transactions-list.png b/docs/fsm/assets/ui-transactions-list.png new file mode 100644 index 0000000..4c0fdb2 Binary files /dev/null and b/docs/fsm/assets/ui-transactions-list.png differ diff --git a/docs/fsm/how_to_use_fsm.md b/docs/fsm/how_to_use_fsm.md index a0c61da..6985cdc 100644 --- a/docs/fsm/how_to_use_fsm.md +++ b/docs/fsm/how_to_use_fsm.md @@ -35,7 +35,32 @@ The state machine mode save completed transaction data to elasticsearch alpha.feature.akka.enabled=true ``` +* WEB管理界面 + + 在浏览器中打开 http://localhost:8090/admin + + Dashboard + +  + + Transactions List + +  + + Transaction Details - Successful + +  + + Transaction Details - Compensated + +  + + Transaction Details - Failed + +  + ## Alpha APIs + #### Metrics You can query Alpha metrics by RESTful API, Use the `AlphaBenchmark` to simulate sending data and quickly experience this feature. diff --git a/docs/fsm/how_to_use_fsm_zh.md b/docs/fsm/how_to_use_fsm_zh.md index 9e0ab71..5942536 100644 --- a/docs/fsm/how_to_use_fsm_zh.md +++ b/docs/fsm/how_to_use_fsm_zh.md @@ -37,7 +37,32 @@ alpha.feature.akka.enabled=true ``` +* WEB管理界面 + + 在浏览器中打开 http://localhost:8090/admin + + 仪表盘 + +  + + 事务列表 + +  + + 事务明细-成功 + +  + + 事务明细-补偿 + +  + + 事务明细-失败 + +  + ## Alpha APIs + #### 性能度量 你可以使用 API 查询 Alpha 的性能指标,你可以使用基准测试工具 `AlphaBenchmark` 模拟发送数据后快速体验这一功能
