• v0.4.0 d4e64f6a2d

    checker: implement ShareKey to mutualise pings across targets
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing

    nemunaire released this 2026-06-18 06:08:59 +00:00 | 0 commits to master since this release

    A ping result depends only on the set of target addresses and the probe
    count, never on which domain or service the addresses belong to. Implement
    sdk.ObservationSharer so the host can collect a single ICMP probe per address
    set (per user) instead of re-pinging once per record: with 1.2.3.4 present in
    many domains under several A records, the same address was probed dozens of
    times for identical data.

    The share key sorts the resolved addresses and folds in the probe count;
    evaluation thresholds (warningRTT, ...) are intentionally excluded as they
    only affect how the shared observation is judged. Unresolvable inputs yield
    an empty key so the host falls back to per-target caching.

    Downloads