flanksource / canary-checker

Kubernetes Native Health Check Platform
https://canarychecker.io
Apache License 2.0
200 stars 36 forks source link

feature request: Add option retries to HTTP plugin #2339

Open miry opened 5 days ago

miry commented 5 days ago

The retry would help to avoid some temporal networking issues and mark the probe success if there is success last probe.

Also I found Kubernetes plugin has also http probe and it has CheckRetries spec. I wonder if those http checks and probe could be merged or has similar interfaces.