Using NGINX Logging for Application Performance Monitoring - 0 views
-
taking advantage of the flexibility of NGINX access logging is application performance monitoring (APM).
-
it’s simple to get detailed visibility into the performance of your applications by adding timing values to your code and passing them as response headers for inclusion in the NGINX access log.
-
$request_time – Full request time, starting when NGINX reads the first byte from the client and ending when NGINX sends the last byte of the response body
- ...3 more annotations...