@trigger.dev/sdk@4.4.1

triggerdotdev/trigger.dev@trigger.dev/sdk@4.4.1Feb 20, 2026by github-actions[bot]

AI Summary

The SDK package receives the same OTEL metrics pipeline implementation as the main trigger.dev package, enabling task workers to collect and export comprehensive metrics for observability.

Key Highlights

  • OTEL metrics pipeline for task workers
  • Process CPU/memory metrics collection
  • Node.js runtime metrics (event loop utilization, event loop delay, heap usage)
  • Custom metrics via otel.metrics.getMeter()
  • ClickHouse export with 10-second aggregation buckets and 1m/5m rollups
  • Dashboard query engine with typed columns, prettyFormat(), and AI query support

New Features

  • OTEL metrics pipeline for task workers
  • Process CPU/memory monitoring
  • Node.js runtime metrics (event loop utilization, event loop delay, heap usage)
  • Custom metrics via otel.metrics.getMeter()
  • ClickHouse metrics export with aggregation buckets
  • Dashboard query engine with typed columns and AI query support

Full Release Notes

### Patch Changes

-   Add OTEL metrics pipeline for task workers. Workers collect process CPU/memory, Node.js runtime metrics (event loop utilization, event loop delay, heap usage), and user-defined custom metrics via `otel.metrics.getMeter()`. Metrics are exported to ClickHouse with 10-second aggregation buckets and 1m/5m rollups, and are queryable through the dashboard query engine with typed attribute columns, `prettyFormat()` for human-readable values, and AI query support. ([#3061](https://github.com/triggerdotdev/trigger.dev/pull/3061))
-   Updated dependencies:
    -   `@trigger.dev/core@4.4.1`