digikare / nestjs-prom

A prometheus module for nestjs
160 stars 54 forks source link

Requests duration metric #36

Closed litichevskiydv closed 3 years ago

litichevskiydv commented 4 years ago

Adds new metric http_requests_duration_seconds, that shows duration of HTTP requests in seconds. The metric is calculated in the InboundMiddleware using response-time package.

spike008t commented 3 years ago

Thank you for your PR. Sorry for the latency..