mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: document trace-events category for dns requests
As implemented in https://github.com/nodejs/node/pull/21840, dns can emit trace events when the category is enabled. This PR just add it to the documentation. PR-URL: https://github.com/nodejs/node/pull/28100 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@ The available categories are:
|
||||
* `node.bootstrap` - Enables capture of Node.js bootstrap milestones.
|
||||
* `node.console` - Enables capture of `console.time()` and `console.count()`
|
||||
output.
|
||||
* `node.dns.native` - Enables capture of trace data for DNS queries.
|
||||
* `node.environment` - Enables capture of Node.js Environment milestones.
|
||||
* `node.fs.sync` - Enables capture of trace data for file system sync methods.
|
||||
* `node.perf` - Enables capture of [Performance API] measurements.
|
||||
|
||||
Reference in New Issue
Block a user