View Source Appsignal.Heartbeat (AppSignal v2.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %Appsignal.Heartbeat{id: String.t(), name: String.t()}

Link to this section Functions

@spec finish(t()) :: :ok
@spec heartbeat(String.t()) :: :ok
@spec heartbeat(String.t(), (-> out)) :: out when out: var
@spec new(String.t()) :: t()
@spec start(t()) :: :ok