From 711bbfa199aa4a983a6a71b3f24c9968c63a936e Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Thu, 10 Nov 2022 18:32:58 -0800 Subject: [PATCH] diagnostics_channel: built-in channels should remain experimental --- 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..47f95b0aff7e62 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`