We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee16787 commit f7ffa52Copy full SHA for f7ffa52
doc/api/tracing.md
@@ -20,6 +20,7 @@ The available categories are:
20
* `node.bootstrap` - Enables capture of Node.js bootstrap milestones.
21
* `node.console` - Enables capture of `console.time()` and `console.count()`
22
output.
23
+* `node.dns.native` - Enables capture of trace data for DNS queries.
24
* `node.environment` - Enables capture of Node.js Environment milestones.
25
* `node.fs.sync` - Enables capture of trace data for file system sync methods.
26
* `node.perf` - Enables capture of [Performance API] measurements.
0 commit comments