Pleroma v1.1.9-10-g42f76306+dev Pleroma.Healthcheck View Source
Module collects metrics about app and assign healthy status.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Pleroma.Healthcheck{ active: non_neg_integer(), healthy: boolean(), idle: non_neg_integer(), memory_used: number(), pool_size: non_neg_integer() }
Link to this section Functions
Link to this function
check_health(check)
View Sourcecheck_health(Pleroma.Healthcheck.t()) :: Pleroma.Healthcheck.t()