Skip to content

Telemetry Tracker v1.15.2

Choose a tag to compare

@unjica unjica released this 18 Jul 09:32
· 202 commits to develop since this release
68acce0

Highlights

  • Alert rules dashboard UX — edit existing rules, multi-condition (AND) authoring, clearer destination picker, and validation polish on Alerts → Custom rules (#533)
  • Alert rules conditions + scheduled evaluatorERROR_RATE, SESSION_DROP, NEW_ERROR_GROUP, AFFECTED_USERS, QUOTA_PERCENT, NO_EVENTS, HEARTBEAT; ingest + scheduled evaluation with last_fired_at cooldown; cron entrypoint alert-rules-evaluator (#534)
  • Built-in spike/quota as SYSTEM AlertRules — idempotent ensure/backfill from alert_settings, dual-write via alert-settings API (#535)

Upgrade (self-hosted)

From v1.15.1, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • 20260718120000_alert_rule_last_fired_at
  • 20260718140000_alert_rule_system_builtin

Optional after API is on this version:

pnpm --filter api builtin-alert-rules-backfill

Wire scheduled evaluator cron (*/5 * * * *): node dist/jobs/run-alert-rules-evaluator.js — see RAILWAY.md.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.