Skip to content

v0.0.88

Choose a tag to compare

@mbakgun mbakgun released this 11 Aug 20:40
· 87 commits to main since this release
a7919b1

What's Changed

What's New in Heym: Alerts

Heym now includes an Alerts tab to help you catch workflow issues early and monitor performance more proactively.

Alert Types

Alerts are evaluated over configurable time windows, helping reduce noise from short-lived spikes.

  • Error Count: Track accumulated errors
  • Run Duration: Monitor max, average, and p95 execution times
  • Token / USD Spend: Set cost thresholds
  • Execution Count: Monitor workflow volume

Secure by Design

Alerts can target a specific workflow or all workflows the owner can access. Metrics are never exposed for workflows a viewer does not have permission to see.

Reliable Alerting

The alerting system is designed to prevent duplicate or lost alerts, handle fire and recovery states, and keep failures isolated.

Metrics use the same pricing and analytics systems as Traces and Analytics, so data stays consistent across Heym.

Alert notifications also include contributing workflows and their share of the metric, making issues easier to investigate.

Get Started

Open the Alerts tab in Heym, choose a workflow and alert type, then set your time window and threshold.

Stay ahead of workflow issues before they become bigger problems.

alerts.mp4

Full Changelog: v0.0.87...v0.0.88