juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.01k stars 1.19k forks source link

feat(infra): add a dashboard to monitor grafana #5101

Open lsampras opened 1 week ago

lsampras commented 1 week ago

Grafana supports exporting metrics (ref).

We can enable these metrics in grafana and set up a dashboard to visualize this.

The available metrics are provided in the official link along with some dashboards which we can use for reference

aayushdhiman01 commented 6 days ago

can i work on this issue?

hanshal101 commented 4 days ago

Rather than creating a grafana setup isn't it better to create a Prometheus handler as different people might use different tools to visualize.

lsampras commented 4 days ago

can i work on this issue?

we'll assign this after #5123 is closed to maintain fairness to other contributors.

Rather than creating a grafana setup isn't it better to create a Prometheus handler as different people might use different tools to visualize.

@hanshal101 I did not understand this, can you point me to some links about this

hanshal101 commented 4 days ago

oK Sorry it was my mistake I misunderstood the issue. Well do have Prometheus logs for hyperswitch?