Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/quieter-sustained-aggregation.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.1.0

### Minor Changes

- [#21](https://github.com/IQAIcom/alert-logger/pull/21) [`3633fee`](https://github.com/IQAIcom/alert-logger/commit/3633fee337b1b42275e63e10dfad01d49257a639) Thanks [@Royal-lobster](https://github.com/Royal-lobster)! - Make sustained alerting quieter and more informative by:

- adding rate-aware early handoff from ramp to sustained mode
- changing the default sustained update interval from 5 minutes to 15 minutes
- adding `aggregation.periodCount` for per-update deltas while keeping `suppressedSince` for compatibility
- exposing `aggregation.rampExitRatePerSecond` and `aggregation.rampExitRateWindowMs` configuration knobs
- updating sustained formatter output to show both per-period and total counts

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iqai/alert-logger",
"version": "1.0.1",
"version": "1.1.0",
"description": "Smart alert aggregation for any destination — Discord, Sentry, Slack, console, or your own adapter",
"type": "module",
"license": "MIT",
Expand Down