juspay / juspay/hyperswitch

Investigate network connections for external api calls

Open
#424 0 comments 0 reactions 1 assignee Claimed by @lsampras View on GitHub
A-performance C-feature P-medium
Dominant language
Rust
Stars
43.7k
Forks
5.1k
Avg merge
2d 20h
Merged PRs (30d)
205

Description

Get more insights for network connections created to external clients/services.

We currently use reqwest to make api calls and a major chunk of API call is spent over api calls to other services or payment connectors...
We need to get more insights into this part of the code for exploring any performance optimization benefits

related to:
- #413

Some of the metrics to be calculated:
- Number of TCP Connections
- Any performance effects (in request latency, CPU usage or RPS, Other system resource usage)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.