Skip to main content

Interface: AlertingConfig

Defined in: nestlens.config.ts:46

Proactive alerting: POST collected entries (exceptions by default) to webhooks.

Properties​

enabled?​

optional enabled: boolean

Defined in: nestlens.config.ts:47


timeoutMs?​

optional timeoutMs: number

Defined in: nestlens.config.ts:51

Per-delivery timeout in milliseconds. Default: 5000.


webhooks?​

optional webhooks: AlertingWebhook[]

Defined in: nestlens.config.ts:49

One or more webhook destinations.