We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from the keymetrics documentation:
With this feature you will be able to know which HTTP routes are slower than others. It handles any routing framework.
Only routes with latency over 200 ms and response codes greater than or equal to 500 are shown here.
To enable this feature you must init pmx before requiring any http module (before requiring express, hapi or other)
require('pmx').init(); var http = require('http'); [...]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from the keymetrics documentation:
Latency route analysis
With this feature you will be able to know which HTTP routes are slower than others. It handles any routing framework.
Only routes with latency over 200 ms and response codes greater than or equal to 500 are shown here.
Usage instructions
To enable this feature you must init pmx before requiring any http module (before requiring express, hapi or other)
The text was updated successfully, but these errors were encountered: