Telemetry
Integration guide

Inngest And Trigger.dev Job Telemetry

Instrument async workers, scheduled jobs, retries, failures, and dead-letter events with SQL-ready logs.

Useful for
  • Background job monitoring
  • Webhook processing
  • Queue reliability

Snippet

Start with one structured event

Add this shape where the workflow completes, fails, or retries. Then build the dashboard from real fields.

inngest-trigger-background-jobs

Inngest And Trigger.dev Job Telemetry event

javascript
await telemetry.log("job_completed", {
  job_name: "sync_stripe_subscription",
  queue_name: "billing",
  attempt: 1,
  status: "success",
  duration_ms: 4120,
  item_count: 37,
});

Templates to pair with this integration

More integrations