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 Source
t() :: %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