當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


Node.js diagnostics_channel.channel(name)用法及代碼示例


diagnostics_channel.channel(name)

添加於:v15.1.0、v14.17.0

參數

這是任何想要與指定頻道交互的人的主要entry-point。它生成一個經過優化的通道對象,以盡可能減少發布時的開銷。

import diagnostics_channel from 'node:diagnostics_channel';

const channel = diagnostics_channel.channel('my-channel');const diagnostics_channel = require('node:diagnostics_channel');

const channel = diagnostics_channel.channel('my-channel');

相關用法


注:本文由純淨天空篩選整理自nodejs.org大神的英文原創作品 diagnostics_channel.channel(name)。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。