Skip to content

Commit

Permalink
doc: document trace-events category for dns requests
Browse files Browse the repository at this point in the history
As implemented in #21840, dns can
emit trace events when the category is enabled. This PR just add
it to the documentation.
  • Loading branch information
vmarchaud committed Jun 7, 2019
1 parent 5c61c5d commit bfeb47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bfeb47e

Please sign in to comment.