diagnostics_channel: built-in channels should remain experimental

PR-URL: https://github.com/nodejs/node/pull/45423
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
Stephen Belanger 2022-11-15 11:35:10 -08:00 committed by GitHub
parent cf523c659f
commit 2f3da6c5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`