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

Metadata common to all log entries.

Link to this section Summary

Link to this section Types

@type t() :: %Instream.Log.Metadata{
  query_time: non_neg_integer(),
  response_status: non_neg_integer()
}