On Wed, Sep 19, 2018 at 12:21 AM Mohammad Asif Siddiqui
<[email protected]> wrote:
>
> 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)

We don't know how much transactions there, I'd like to be able to do
some configuration for the time.

> 4. Total Transactions

It could be count by Saga or TCC transaction.
Each Saga/ TCC may have different MicroServiceName, admin may need to
find out the highest failure rate of MicroSerivce.
We can let the admin drill down to the sub transactions.

> 5. Total Failed Transactions
> 6. Total Successful Transactions
> 7. Preview of Successful Transaction (Last 24 Hours)

Not sure if it OK, maybe we can add last 5 mins?

> 8. Preview of Failed Transaction (Last 24 Hours)
> 9. List of All Successful Transactions

The could be lots of Transactions there, we need to let the user search it

> 10. List of All Failed Transactions

This is most important thing that we want to show to the admin,  it
should be easy for the admin find out the which subtrancation is
failed and the failed reason.

> 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
>

Reply via email to