Collects metrics observed during query execution.
Observations are identified by a name. Use SparkEx.DataFrame.observe/3
to attach an observation to a DataFrame plan, then access the metrics
with get/1 after an action is executed.
Summary
Functions
Returns the observed metrics map for this observation.
Creates a named observation. When called with no arguments, generates a UUID name.
Types
@type t() :: %SparkEx.Observation{name: String.t()}