antikythera v0.3.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 type
per_unit_results_map()
View Sourceper_unit_results_map() :: %{
required(metrics_label()) => AntikytheraCore.Metrics.Buffer.metrics_value()
}
Link to this type
t()
View Sourcet() :: %{
required(AntikytheraCore.Metrics.Buffer.metrics_unit()) =>
per_unit_results_map()
}
Link to this section Functions
Link to this function
compute_results(list)
View Sourcecompute_results([
{AntikytheraCore.Metrics.Buffer.metrics_unit(),
AntikytheraCore.Metrics.Buffer.metrics_data_map()}
]) :: t()