HTTP Req/Min incorrect
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
When running with pm2 + Express, there's a metric exposed for HTTP Req/Min.
I believe this is incorrect, and it should say Req/Sec - All of my testing seems to indicate it's actually measuring requests per second, instead of per minute.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PM2 metric exposed for HTTP Req/Min when running with Express, then compare its calculation with the observed request rate. Done means the metric label and its units accurately describe whether it measures requests per second or per minute, with verification covering the reported value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, javascript, nodejs
- Domain
- backend, observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100