View Source ExTeal.Metric.Result (ExTeal v0.27.7)

A Data Structure returned and serialized by a successful Value Metric Query

Summary

Types

@type t() :: %ExTeal.Metric.Result{
  data: term(),
  format: term(),
  multiple_results: term(),
  options: term(),
  prefix: term(),
  suffix: term()
}

Functions

@spec build(module(), any()) :: t()