Skip to content

Commit 1726dc7

Browse files
joshgavMyles Borins
authored and
Myles Borins
committed
doc: update Diagnostics WG info
Updates info on Diagnostics WG (https://github.com/nodejs/diagnostics). PR-URL: #9329 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 5c2ed2e commit 1726dc7

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

WORKING_GROUPS.md

+14-9
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)