Canary has only one feature. It replies "Canary [version] is alive!". And does some logging server side.
Rust/Actix-web 4
https://hub.docker.com/r/acje/canary/
Run:
podman run -e "PORT=8080" -p 8080:8080 acje/canary:latest
Response at http://localhost:8080/