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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Specs

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