hyperdx/.changeset/polite-grapes-cross.md
Drew Davis d3a61f9bb9
feat: Add additional alert threshold types (#2122)
## Summary

This PR adds new types of alert thresholds: >, <=, =, and !=.

### Screenshots or video

https://github.com/user-attachments/assets/159bffc4-87e5-41af-b59b-51d4bc88d6ed

### How to test locally or on Vercel

This must be tested locally, since alerts are not supported in the preview environment.

To see the notification content, run an echo server locally and create a webhook that targets it (http://localhost:3000):

```bash
npx http-echo-server
```

### References



- Linear Issue: Closes HDX-3988
- Related PRs:
2026-04-16 15:47:04 +00:00

149 B

@hyperdx/common-utils @hyperdx/api @hyperdx/app @hyperdx/cli
patch patch patch patch

feat: Add additional alert threshold types