summaryrefslogtreecommitdiff
path: root/doc/api/tracing.md
diff options
context:
space:
mode:
authorvmarchaud <contact@vmarchaud.fr>2019-06-06 14:45:02 +0200
committerRich Trott <rtrott@gmail.com>2019-06-12 19:42:54 -0700
commitf7ffa523123419ba49404b9d9d10a1eb68e4a012 (patch)
treefe1f96dd4cd7d3ba8d546251a99857a0d40f82cb /doc/api/tracing.md
parentee167877ad55242c61f68b0c53e253584294801b (diff)
downloadandroid-node-v8-f7ffa523123419ba49404b9d9d10a1eb68e4a012.tar.gz
android-node-v8-f7ffa523123419ba49404b9d9d10a1eb68e4a012.tar.bz2
android-node-v8-f7ffa523123419ba49404b9d9d10a1eb68e4a012.zip
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>
Diffstat (limited to 'doc/api/tracing.md')
-rw-r--r--doc/api/tracing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index e09455d643..64622d6b50 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -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.