Skip to content

Commit ecb963d

Browse files
vmarchaudBridgeAR
authored andcommittedJun 17, 2019
doc: document trace-events category for dns requests
As implemented in #21840, dns can emit trace events when the category is enabled. This PR just add it to the documentation. PR-URL: #28100 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8c27755 commit ecb963d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/api/tracing.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The available categories are:
2020
* `node.bootstrap` - Enables capture of Node.js bootstrap milestones.
2121
* `node.console` - Enables capture of `console.time()` and `console.count()`
2222
output.
23+
* `node.dns.native` - Enables capture of trace data for DNS queries.
2324
* `node.environment` - Enables capture of Node.js Environment milestones.
2425
* `node.fs.sync` - Enables capture of trace data for file system sync methods.
2526
* `node.perf` - Enables capture of [Performance API] measurements.

0 commit comments

Comments
 (0)
Please sign in to comment.