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 5e820ae

Browse filesBrowse files
joshgavMyles Borins
authored andcommitted
doc: update Diagnostics WG info
Updates info on Diagnostics WG (https://github.com/nodejs/diagnostics). PR-URL: #9329 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent d9955fb commit 5e820ae
Copy full SHA for 5e820ae

File tree

Expand file treeCollapse file tree

1 file changed

+14
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-9
lines changed
Open diff view settings
Collapse file

‎WORKING_GROUPS.md‎

Copy file name to clipboardExpand all lines: WORKING_GROUPS.md
+14-9Lines changed: 14 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ back in to the CTC.
2121
* [Website](#website)
2222
* [Streams](#streams)
2323
* [Build](#build)
24-
* [Tracing](#tracing)
24+
* [Diagnostics](#diagnostics)
2525
* [i18n](#i18n)
2626
* [Evangelism](#evangelism)
2727
* [Roadmap](#roadmap)
@@ -81,17 +81,22 @@ Its responsibilities are:
8181
* Creates and manages build-containers.
8282

8383

84-
### [Tracing](https://github.com/nodejs/tracing-wg)
84+
### [Diagnostics](https://github.com/nodejs/diagnostics)
8585

86-
The tracing working group's purpose is to increase the
87-
transparency of software written in Node.js.
86+
The diagnostics working group's purpose is to surface a set of comprehensive,
87+
documented, and extensible diagnostic interfaces for use by
88+
Node.js tools and JavaScript VMs.
8889

8990
Its responsibilities are:
90-
* Collaboration with V8 to integrate with `trace_event`.
91-
* Maintenance and iteration on AsyncWrap.
92-
* Maintenance and improvements to system tracing support (DTrace, LTTng, etc.)
93-
* Documentation of tracing and debugging techniques.
94-
* Fostering a tracing and debugging ecosystem.
91+
92+
* Collaborate with V8 to integrate `v8_inspector` into Node.js.
93+
* Collaborate with V8 to integrate `trace_event` into Node.js.
94+
* Collaborate with Core to refine `async_wrap` and `async_hooks`.
95+
* Maintain and improve OS trace system integration (e.g. ETW, LTTNG, dtrace).
96+
* Document diagnostic capabilities and APIs in Node.js and its components.
97+
* Explore opportunities and gaps, discuss feature requests, and address
98+
conflicts in Node.js diagnostics.
99+
* Foster an ecosystem of diagnostics tools for Node.js.
95100

96101
### i18n
97102

0 commit comments

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