influxdata / influxdata/influxdb
Add ability to set the exact value for alert check threshold
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
__Proposal:__
Please add ability to set the exact value for alert check threshold
__Current behavior:__
To set the exact value user should set `is inside range between 0 and 0`
__Desired behavior:__
When value `is equal 0`
When value `is not equal 0`
__Use case:__
E.g. Docker container exit code alert
equal 0 - ok
not equal 0 - crit
Contributor guide
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
No files, tests, or entry points are identified in the issue. Start by locating the alert-check threshold handling and its existing range comparisons; done means supporting equal and not-equal checks for values such as a Docker container exit code, with corresponding alert results.
Written by the indexing model from the issue text.
Assessment
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100