Skip to main content

Type Alias: AlertingEvents

AlertingEvents = EntryType[] | "failures"

Defined in: nestlens.config.ts:24

What a webhook is told about.

A list of entry types, or 'failures' — which is what most destinations are for and takes a list plus an entry filter to say otherwise: exceptions, 5xx requests, failed operations, failed jobs, schedules, mail and notifications, and error logs. A 4xx is deliberately not among them: a malformed query is the caller's mistake, and a webhook anyone with curl can ring is a pager anyone with curl can ring.