What's new in v0.4.4
Docs-only patch. Fixes two stale references left over from v0.4.3 / the crate rename. No code changes, no binary behavior changes.
Docs
- Runbook
/healthguidance corrected (docs/RUNBOOK.md+docs/FR/RUNBOOK-FR.md): both runbooks still claimed "There is no dedicated/healthor/readyendpoint. Use/metrics(HTTP 200 = alive) for Kubernetes probes." This was accurate before v0.4.3 but wrong since v0.4.3 shipped the dedicatedGET /healthliveness endpoint. The runbook now points operators at/health(always exposed, independent of[daemon] api_enabled, lock-free, lighter than scraping/metrics) and clarifies that there is no separate/readyendpoint because the daemon accepts ingestion from the first tick, so liveness and readiness collapse into one probe. cargo installcommand corrected inREADME.md,README-FR.md,docs/design/07-CLI-CONFIG-RELEASE.md, anddocs/FR/design/07-CLI-CONFIG-RELEASE-FR.md: the install snippet saidcargo install sentinel-clibut the published crate on crates.io isperf-sentinel. Following the old snippet literally would fail with a "could not find" error. All four docs now saycargo install perf-sentinel.- Minor French-runbook polish: normalized a few curly quotes to straight quotes in
docs/FR/RUNBOOK-FR.mdanddocs/FR/design/04-DETECTION-FR.mdfor consistency with the rest of the FR docs.
Install
Prebuilt binaries (Linux amd64 / arm64, macOS arm64, Windows amd64):
curl -LO https://github.com/robintra/perf-sentinel/releases/download/v0.4.4/perf-sentinel-linux-amd64
chmod +x perf-sentinel-linux-amd64
sudo mv perf-sentinel-linux-amd64 /usr/local/bin/perf-sentinelFrom crates.io:
cargo install perf-sentinelDocker:
docker pull robintrassard/perf-sentinel:0.4.4Also available on GHCR: ghcr.io/robintra/perf-sentinel:0.4.4.
Verify the binary against SHA256SUMS.txt:
curl -LO https://github.com/robintra/perf-sentinel/releases/download/v0.4.4/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt --ignore-missingFull diff: v0.4.3...v0.4.4