[][src]Crate ops

Ops

Provides standard endpoints for monitoring the health of your application.

Structs

CheckResponse

The response of a check.

NamedChecker

Associates a name with a Checker.

StatusBuilder

Builds a status object.

StatusNoChecks

A status with no health checks

StatusWithChecks

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 Definitions

Result

Result type often returned from methods that can have ops Errors.

Attribute Macros

async_trait