Technologies/HAProxy/express.http.requests.total
HAProxyHAProxyMetric

express.http.requests.total

Total HTTP requests
Dimensions:None

Technical Annotations (18)

Configuration Parameters (1)
corsOptions.maxAgerecommended: 600
Seconds to cache preflight; 10 minutes recommended for production
CLI Commands (4)
npx clinic doctor -- node app.jsdiagnostic
npm install -g 0xdiagnostic
0x app.jsdiagnostic
ss -tan state established '( sport = :443 )'diagnostic
Technical References (13)
event loopconceptfs.readFileSynccomponentcrypto.pbkdf2Synccomponentsaturation pointconceptthroughputconceptAWS CloudWatchcomponentAccess-Control-Max-AgeprotocoldebounceconceptthrottleconceptWebSocketsprotocolcallback queuecomponentload balancercomponentsticky sessionsconcept
Related Insights (9)
Synchronous operations block event loop and tank throughputcritical
Application saturation causing response time spikes or failurescritical
High sustained inbound traffic prevents system recovery after rebootcritical
Uncached preflight requests add 10-30% overhead to POST-heavy routesinfo
Request floods from APIs or WebSockets overload serverwarning
Event loop blocking causes request latency spikes under concurrent loadcritical
Callback queue flooding from high request volume causes event loop starvationwarning
Single instance cannot scale beyond limited load thresholdwarning
Repeated identical requests without caching waste resourcesinfo