File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 441441 {
442442 "id" : 51 ,
443443 "definition" : {
444- "title" : " Network RX by Application" ,
444+ "title" : " Network Ingress by Application (MB/s) " ,
445445 "title_size" : " 16" ,
446446 "title_align" : " left" ,
447447 "show_legend" : true ,
473473 {
474474 "id" : 52 ,
475475 "definition" : {
476- "title" : " Network TX by Application" ,
476+ "title" : " Network Egress by Application (MB/s) " ,
477477 "title_size" : " 16" ,
478478 "title_align" : " left" ,
479479 "show_legend" : true ,
505505 {
506506 "id" : 53 ,
507507 "definition" : {
508- "title" : " Total Network Traffic (RX + TX )" ,
508+ "title" : " Total Network Traffic (MB/s )" ,
509509 "title_size" : " 16" ,
510510 "title_align" : " left" ,
511511 "show_legend" : true ,
515515 "requests" : [
516516 {
517517 "formulas" : [
518- { "alias" : " RX " , "formula" : " query1 / 1000000" },
519- { "alias" : " TX " , "formula" : " query2 / 1000000" }
518+ { "alias" : " Ingress " , "formula" : " query1 / 1000000" },
519+ { "alias" : " Egress " , "formula" : " query2 / 1000000" }
520520 ],
521521 "queries" : [
522522 {
You can’t perform that action at this time.
0 commit comments