From 9e0e97c121fb12fb0fa42ece20158aea270a1e51 Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Tue, 15 Nov 2022 11:35:10 -0800 Subject: [PATCH] diagnostics_channel: built-in channels should remain experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/45423 Reviewed-By: theanarkh Reviewed-By: Gerhard Stöbich Reviewed-By: Rafael Gonzaga --- doc/api/diagnostics_channel.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 019fe9a6614b9d..8f62cd3c632e81 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -409,6 +409,12 @@ channel.unsubscribe(onMessage); ### Built-in Channels +> Stability: 1 - Experimental + +While the diagnostics\_channel API is now considered stable, the built-in +channels currently available are not. Each channel must be declared stable +independently. + #### HTTP `http.client.request.start`