Skip to content

Commit

Permalink
[fix]fix kibana metrics_list (bytedance#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
TelmaZzzz authored Sep 3, 2020
1 parent 4b4539a commit d98a61b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web_console/utils/kibana.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@ const JOB_METRICS = {
{
query: 'name%20:%22receive_timer%22',
mode: 'avg',
title: 'receive spend',
title: 'receive%20spend',
},
{
query: 'name%20:%22iter_spend%22',
mode: 'avg',
title: 'per session run spend',
title: 'per%20session%20run%20spend',
},
{
query: 'name%20:%22resend_counter%22',
mode: 'sum',
title: 'count of resend',
title: 'count%20of%20resend',
},
{
query: 'name%20:%22send_counter%22',
mode: 'sum',
title: 'count of send',
title: 'count%20of%20send',
},
{
query: 'name%20:%22reconnect_counter%22',
mode: 'sum',
title: 'count of reconnect',
title: 'count%20of%20reconnect',
},
{
query: 'name%20:%22load_data_block_counter%22',
mode: 'sum',
title: 'count of load data block',
title: 'count%20of%20load%20data%20block',
},
{
query: 'name%20:%22load_data_block_fail_counter%22',
mode: 'sum',
title: 'count of fail to load data block',
title: 'count%20of%20fail%20to%20load%20data%20block',
},
],
};
Expand Down

0 comments on commit d98a61b

Please sign in to comment.