View Source Appsignal.CheckIn.Event (AppSignal v2.13.2)

Summary

Types

@type check_in_type() :: :cron | :heartbeat
@type kind() :: :start | :finish
@type t() :: %Appsignal.CheckIn.Event{
  check_in_type: check_in_type(),
  digest: String.t() | nil,
  identifier: String.t(),
  kind: kind() | nil,
  timestamp: integer()
}

Functions

@spec cron(Appsignal.CheckIn.Cron.t(), kind()) :: t()
@spec describe([t()]) :: String.t()
@spec heartbeat(String.t()) :: t()
Link to this function

redundant?(event, new_event)

View Source
@spec redundant?(t(), t()) :: boolean()