feat: add liveness probe
This adds the capability that the recorder can propagate when it's ready. This happends by providing a small http server which response with an `OK` under [localhost:11411](http://localhost:11411). Closes #153
Showing
- Cargo.lock 84 additions, 13 deletionsCargo.lock
- Cargo.toml 3 additions, 0 deletionsCargo.toml
- deny.toml 3 additions, 0 deletionsdeny.toml
- docs/admin/README.md 1 addition, 0 deletionsdocs/admin/README.md
- docs/admin/configuration/monitoring.md 18 additions, 0 deletionsdocs/admin/configuration/monitoring.md
- extra/example.toml 3 additions, 0 deletionsextra/example.toml
- src/main.rs 55 additions, 3 deletionssrc/main.rs
- src/recorder.rs 2 additions, 2 deletionssrc/recorder.rs
- src/settings.rs 19 additions, 0 deletionssrc/settings.rs
Loading
Please register or sign in to comment