View Source Instream.Log.PingEntry (Instream v2.2.1)

Log entry definition for ping requests.

Link to this section Summary

Link to this section Types

@type t() :: %Instream.Log.PingEntry{
  host: String.t(),
  metadata: Instream.Log.Metadata.t(),
  result: :pong | :error
}