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