beszel icon indicating copy to clipboard operation
beszel copied to clipboard

[Feature]: Uptime as a graph/stat on the Dashboard

Open grannymaster opened this issue 6 months ago • 1 comments

Describe the feature you would like to see

I would like to suggest adding a feature that visualizes system uptime as a graph on the dashboard. Currently, uptime is only available as a static value(Up/Down), but having a graphical representation would make it much easier to spot patterns, trends, or recurring downtime events.

Describe how you would like to see this feature implemented

I would like to see the uptime graph/stat feature implemented as an dash component on the dashboard, where users can easily visualize uptime and downtime events over time.

grannymaster avatar Jun 10 '25 20:06 grannymaster

Can I work on this?

Pruthvik-P avatar Sep 02 '25 06:09 Pruthvik-P

Can I work on this?

Assigning it to you @Pruthvik-P

bsayak03 avatar Sep 26 '25 07:09 bsayak03

Image

i am getting this issue while trying to clone the repo any suggestion for. I am using windows

Pruthvik-P avatar Sep 26 '25 18:09 Pruthvik-P

@bsayak03 can i start working on this?

tanmay2809 avatar Oct 02 '25 09:10 tanmay2809

@bsayak03 can i start working on this?

We have identified the issue, fix PR has been raised too. Just wait for the fix to get merged then you can start this. I'll notify you about this soon. @tanmay2809

bsayak03 avatar Oct 03 '25 18:10 bsayak03

Hi team,

I’d love to work on this feature! I’ve carefully gone through the description, and I have a clear understanding of the integrity check flow and the required changes. My approach will involve:

Updating the handle_response functions for Authorize, PSync, Refund, RSync, and Capture to invoke the appropriate integrity check functions (get_authorise_integrity_object, get_sync_integrity_object, get_refund_integrity_object, get_capture_integrity_object) from crates/hyperswitch_connectors/src/utils.rs.

Ensuring the correct parameters (amount_convertor, amount, and currency) are passed to each function.

Referring to existing implementations like FISERV Integrity Check and XENDIT Integrity Check for consistency.

Adding request and response bodies for each flow where integrity checks are applied.

Making sure all GitHub checks pass and formatting the code with cargo +nightly fmt --all.

I’ve read through the contributing guidelines and checked for duplicates. Could you please assign this issue to me? 🙌 I’ll make sure to raise a clean and well-documented PR.

cc @bsayak03 for visibility.

bantunagarjuna avatar Oct 05 '25 11:10 bantunagarjuna

Image i am getting this issue while trying to clone the repo any suggestion for. I am using windows

hey @Pruthvik-P we have fixed this issue. Can you please take the latest pull from main or reclone the repo?

bsayak03 avatar Oct 07 '25 18:10 bsayak03