diagnostic-channel-publishers
- Version 1.0.8
- Published
- 62.6 kB
- No dependencies
- MIT license
Install
npm i diagnostic-channel-publishers
yarn add diagnostic-channel-publishers
pnpm add diagnostic-channel-publishers
Overview
A collection of pre-built module patches that enable existing npm modules to publish diagnostic data
Index
Functions
Interfaces
Namespaces
Functions
function enable
enable: () => void;
Interfaces
interface IPostgresData
interface IPostgresData {}
interface IPostgresResult
interface IPostgresResult {}
Namespaces
namespace azuresdk
module 'dist/src/azure-coretracing.pub.d.ts' {}
variable azureCoreTracing
const azureCoreTracing: IModulePatcher;
variable AzureMonitorSymbol
const AzureMonitorSymbol: string;
function enable
enable: () => void;
namespace bunyan
module 'dist/src/bunyan.pub.d.ts' {}
variable bunyan
const bunyan: IModulePatcher;
function enable
enable: () => void;
interface IBunyanData
interface IBunyanData {}
namespace console
module 'dist/src/console.pub.d.ts' {}
variable console
const console: IModulePatcher;
function enable
enable: () => void;
interface IConsoleData
interface IConsoleData {}
namespace mongodb
module 'dist/src/mongodb.pub.d.ts' {}
variable mongo2
const mongo2: IModulePatcher;
variable mongo3
const mongo3: IModulePatcher;
variable mongo330
const mongo330: IModulePatcher;
function enable
enable: () => void;
interface IMongoData
interface IMongoData {}
property event
event: { commandName?: string; duration?: number; failure?: string; reply?: any;};
property startedData
startedData: { databaseName?: string; command?: any; time: Date;};
property succeeded
succeeded: boolean;
namespace mongodbCore
module 'dist/src/mongodb-core.pub.d.ts' {}
namespace mysql
module 'dist/src/mysql.pub.d.ts' {}
variable mysql
const mysql: IModulePatcher;
function enable
enable: () => void;
interface IMysqlData
interface IMysqlData {}
property callbackArgs
callbackArgs: IArguments;
property duration
duration: number;
property err
err: Error;
property query
query: { sql?: string; _connection?: { config?: { socketPath?: string; host?: string; port?: number; }; };};
property time
time: Date;
namespace pg
module 'dist/src/pg.pub.d.ts' {}
variable postgres
const postgres: IModulePatcher;
variable postgres6
const postgres6: IModulePatcher;
function enable
enable: () => void;
interface IPostgresData
interface IPostgresData {}
interface IPostgresResult
interface IPostgresResult {}
namespace pgPool
module 'dist/src/pg-pool.pub.d.ts' {}
variable postgresPool1
const postgresPool1: IModulePatcher;
function enable
enable: () => void;
namespace redis
module 'dist/src/redis.pub.d.ts' {}
variable redis
const redis: IModulePatcher;
function enable
enable: () => void;
interface IRedisData
interface IRedisData {}
namespace tedious
module 'dist/src/tedious.pub.d.ts' {}
variable tedious
const tedious: IModulePatcher;
function enable
enable: () => void;
interface ITediousData
interface ITediousData {}
interface ITediousResult
interface ITediousResult {}
namespace winston
module 'dist/src/winston.pub.d.ts' {}
variable winston2
const winston2: IModulePatcher;
variable winston3
const winston3: IModulePatcher;
function enable
enable: () => void;
interface IWinstonData
interface IWinstonData {}
Package Files (12)
Dependencies (0)
No dependencies.
Dev Dependencies (21)
Peer Dependencies (1)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/diagnostic-channel-publishers
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/diagnostic-channel-publishers)
- HTML<a href="https://www.jsdocs.io/package/diagnostic-channel-publishers"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2767 ms. - Missing or incorrect documentation? Open an issue for this package.