Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvmarchaud <contact@vmarchaud.fr>2019-06-06 15:45:02 +0300
committerRich Trott <rtrott@gmail.com>2019-06-13 05:42:54 +0300
commitf7ffa523123419ba49404b9d9d10a1eb68e4a012 (patch)
treefe1f96dd4cd7d3ba8d546251a99857a0d40f82cb /doc/api/tracing.md
parentee167877ad55242c61f68b0c53e253584294801b (diff)
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 e09455d6437..64622d6b503 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.