Hi All,
Recently I was exploring Saga and I came across Saga Web[1] module which helps
to create Saga Request and View the Results but I was not able to find any web
based UI where I can see the list of all the transactions or view the
transactions based on the status, microservices or tx-id.
So I want to propose a Saga Dashboard which can list all the transactions and
analyse the success and failure transactions which can be helpful for
Users/Developers both in development as well as production env.
The informations which can be shown in the UI is listed below :
1. Recent Transactions Trends( Last 7 Days)
2. Recent Successful Transactions( Last 7 Days)
3. Recent Failed Transactions( Last 7 Days)
4. Total Transactions
5. Total Failed Transactions
6. Total Successful Transactions
7. Preview of Successful Transaction (Last 24 Hours)
8. Preview of Failed Transaction (Last 24 Hours)
9. List of All Successful Transactions
10. List of All Failed Transactions
11. Search Transactions based on MicroService Name
12. Search Transactions based on Tx ID
13. See the Transaction hierarchy based on Tx ID
A draft proposal for this dashboard is available here[2].
Please feel free to give a feedback/comments to make this UI better and useful
to the Users.
[1] https://github.com/apache/incubator-servicecomb-saga/tree/master/saga-web
[2] https://github.com/asifdxtreme/Docs/blob/master/Saga-Dashboard.md
Regards
Asif