checker-ping/checker
Pierre-Olivier Mercier fb1b1204b4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
checker: raise default RTT warning threshold to 200ms
The 100ms default warning collided with ordinary cross-region internet
latency (e.g. transatlantic RTTs of ~100ms), causing spurious warnings
on healthy long-haul targets. Bump the default warning to 200ms and
factor the warning/critical defaults into package constants so the two
call sites can no longer drift.
2026-06-18 04:28:47 +09:00
..
collect.go Address publication review feedback 2026-04-26 18:05:47 +07:00
collect_test.go Address publication review feedback 2026-04-26 18:05:47 +07:00
definition.go Migrate to checker-sdk-go v1.3.0 with standalone build tag 2026-04-26 10:19:13 +07:00
evaluate.go checker: split monolithic rule into per-concern rules 2026-04-26 10:19:18 +07:00
interactive.go Migrate to checker-sdk-go v1.3.0 with standalone build tag 2026-04-26 10:19:13 +07:00
provider.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rule.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rule_test.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rules_ipv6.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rules_ipv6_test.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rules_loss.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rules_loss_test.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rules_reachability.go checker: split monolithic rule into per-concern rules 2026-04-26 10:19:18 +07:00
rules_reachability_test.go Address publication review feedback 2026-04-26 18:05:47 +07:00
rules_rtt.go checker: raise default RTT warning threshold to 200ms 2026-06-18 04:28:47 +09:00
rules_rtt_test.go Address publication review feedback 2026-04-26 18:05:47 +07:00
types.go Address publication review feedback 2026-04-26 18:05:47 +07:00