Add support of stateful http checks
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 62
- Forks
- 4
- Avg merge
- 7m
- Merged PRs (30d)
- 1
Description
The idea is to allow checkin state's change via http. In other words we want to keep track of some predefined response element (from response body) like foo=123 and ensure the value for this key is changing (or not changing) according to our expectations.
In a way it is similar to what we already do for file provider, however instead of file size it will be using a value from http response body
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 reviewing the existing file provider behavior and the current HTTP check implementation, neither of which is identified by file name in the issue. Clarify how response elements such as foo=123 are selected, persisted, and compared, including expectations for changing or unchanged values. Done means stateful HTTP checks reliably evaluate the configured response value across checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100