On Tue, Nov 03, 2020 at 02:58:09PM +0800, Wu Fengguang wrote:
On Tue, Nov 03, 2020 at 02:49:42PM +0800, Lu Weitao wrote:
create matrices-groups according to auto group job_list
background: For support compare with user-defined template feature, the work-flow are: load_compare_template.yaml --> query_results(ES) ---> auto group jobs_list ---> create groups_matrices ---> compare_values by each metrics ---> format/show results
current patch is the step: create groups_matrices
Signed-off-by: Lu Weitao luweitaobe@163.com
lib/matrix2.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
diff --git a/lib/matrix2.rb b/lib/matrix2.rb index 05f96dc..a284c98 100644 --- a/lib/matrix2.rb +++ b/lib/matrix2.rb @@ -120,3 +120,28 @@ def combine_group_query_data(query_data, dims) end groups end
+# combine_group_query_data: combine query data from ES to group matrix
combine_group_query_data: can be removed. This comment block is close enough to the function body.
ok
Thanks, Weitao