Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ecb963d

Browse filesBrowse files
vmarchaudBridgeAR
authored andcommitted
doc: document trace-events category for dns requests
As implemented in #21840, dns can emit trace events when the category is enabled. This PR just add it to the documentation. PR-URL: #28100 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 8c27755 commit ecb963d
Copy full SHA for ecb963d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/tracing.md‎

Copy file name to clipboardExpand all lines: doc/api/tracing.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The available categories are:
2020
* `node.bootstrap` - Enables capture of Node.js bootstrap milestones.
2121
* `node.console` - Enables capture of `console.time()` and `console.count()`
2222
output.
23+
* `node.dns.native` - Enables capture of trace data for DNS queries.
2324
* `node.environment` - Enables capture of Node.js Environment milestones.
2425
* `node.fs.sync` - Enables capture of trace data for file system sync methods.
2526
* `node.perf` - Enables capture of [Performance API] measurements.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.