influxdata / influxdata/kapacitor
Need help debugging tick script
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
The goal of the tick script is to give an alert whenever a phone number calls too many times within a certain time period, but there are different limits for each phone number. The limits are stored in the database along with the caller_dn (who is calling) and the called_dn (who they call). There are no errors given when running the script, but it does not send out the alerts.

Contributor guide
Research direction
The issue only identifies a tick script and describes its intended phone-number limits and alerts; it names no file, test, or entry point. Start by locating the script and tracing how database limits, caller_dn, and called_dn reach alert evaluation. Done means identifying and correcting the reason alerts are not sent, with a reproducible test or debugging result.
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
- Needs clarification
- Newbie friendliness
- 25/100