LiveLoad.Result.DimensionedHistogram (LiveLoad v0.0.1-rc.23)

Copy Markdown View Source

A histogram with both a total aggregated value and an optional dimensional breakdown.

  • :aggregate is the t:PrecomputedQuantiles.t/0 across all dimensions.
  • :by maps dimension values collected by the telemetry pipeline to their individual t:PrecomputedQuantiles.t/0.

Summary

Types

t()

@type t() :: %LiveLoad.Result.DimensionedHistogram{
  aggregate: LiveLoad.Result.PrecomputedQuantiles.t(),
  by: %{required(String.t()) => LiveLoad.Result.PrecomputedQuantiles.t()}
}