A counter with both a total aggregated value and an optional dimensional breakdown.
:aggregateis the total count across all dimensions.:bymaps dimension values to their individual counts.
Summary
Types
@type t() :: %LiveLoad.Result.DimensionedCounter{ aggregate: non_neg_integer(), by: %{required(String.t()) => non_neg_integer()} }