Expand description
§Ops
Provides standard endpoints for monitoring the health of your application.
Structs§
- Check
Response - The response of a check.
- Named
Checker - Associates a name with a
Checker
. - Status
Builder - Builds a status object.
- Status
NoChecks - A status with no health checks
- Status
With Checks - A status with health checks
Enums§
- Error
- Errors that can happen when running an ops server.
Traits§
- Checker
- An interface for something that can be periodically checked.
Functions§
- server
- Starts a server and serves the ops endpoints.
Type Aliases§
- Result
- Result type often returned from methods that can have ops
Error
s.