antikythera v0.2.0 AntikytheraCore.Metrics.Results View Source

Data structure to represent metrics results computed from raw metrics data. Results are map of metrics data by minute-epool.

%{
  {time_minute, epool_id} => %{
    metrics_label => metrics_value,
    metrics_label => metrics_value,
    ...
  },
  ...
}

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function merge(r1, r2) View Source
merge(t(), t()) :: t()