prometheus / prometheus/alertmanager
The alert sending interval is inconsistent with the document description
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.6k
- Forks
- 2.5k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 61
Description
What did you do?
I create a receiver to receive the alerts from alertmanager.
I set these variables like that:
- global group_wait: 15m
- global group_interval: 15m
- global repeat_interval: 20m
- receiver repeat_interval: 20m
What did you expect to see?
I except receive the same alert in 30 minutes.
What did you see instead? Under which circumstances?
I always receive the same alert in 30 minutes instead of 20 minutes.
Environment
- System information:
Linux 5.10.25-linuxkit x86_64
-
Alertmanager version:
alertmanager, version 0.19.0 (branch: HEAD, revision: 7aa5d19fea3f58e3d27dbdeb0f2883037168914a)
build user: root@587d0268f963
build date: 20190903-15:01:40
go version: go1.12.8 -
Prometheus version:
prometheus, version 2.12.0 (branch: HEAD, revision: 43acd0e2e93f9f70c49b2267efa0124f1e759e86)
build user: root@7a9dbdbe0cc7
build date: 20190818-13:53:16
go version: go1.12.8
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the alert timing with the listed global and receiver intervals on Alertmanager 0.19.0, then compare the observed behavior with the documented repeat_interval semantics. Done means the interval discrepancy is explained and either the behavior or documentation is corrected, with regression coverage if the repository provides a relevant test location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100