near / mpc

36 stars 11 forks source link

fix and improve multichain latency metrics #660

Closed ppca closed 1 month ago

ppca commented 2 months ago
  1. backend metrics: we currently only have avg latency, which is averaged over all requests since node start. We should change that to calculate last 1 min
  2. contract latency metrics: we never had metrics to measure latency of contract calls, e.g. latency distribution of the sign() fn call
ppca commented 1 month ago

Grafana metrics for avg latency over last 1 min of presig/signature/triple all added.