You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Node Application Metrics provides the following built-in data collection sources
17
17
Memory | Process and system memory usage
18
18
GC | Node/V8 garbage collection statistics
19
19
Event Loop | Event loop latency information
20
-
Express | Express Web Framework application request monitoring
20
+
Express | Express 4.x Web Framework application request monitoring
21
21
Loop | Event loop timing metrics
22
22
Function profiling | Node/V8 function profiling (disabled by default)
23
23
HTTP | HTTP request calls made of the application
@@ -397,7 +397,7 @@ Emitted when a PostgreSQL query is made to the `pg` module.
397
397
*`duration` (Number) the time taken for the PostgreSQL query to be responded to in ms.
398
398
399
399
### Event: 'express'
400
-
Emitted when an express request finishes its response.
400
+
Emitted when an express request finishes its response. Note. appmetrics has only been tested with express 4.x, support is not guaranteed for lower versions.
401
401
*`data` (Object) the data from the Express request/response.
402
402
*`method` (String) The HTTP method for this request.
0 commit comments