|
21 | 21 | } |
22 | 22 | }, |
23 | 23 | "display": 4, |
24 | | - "description": "[min, max, avg] of time taken to get data, computed over the greater between the last 5 mins and the polling period" |
| 24 | + "description": "[min, max, avg] of time(ms) taken to get data, computed over the greater between the last 5 mins and the polling period" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "name": "totalTime", |
|
33 | 33 | } |
34 | 34 | }, |
35 | 35 | "display": 5, |
36 | | - "description": "[min, max, avg] of time taken to get & process data,computed over the greater between the last 5 mins and the polling period" |
| 36 | + "description": "[min, max, avg] of time(ms) taken to get & process data,computed over the greater between the last 5 mins and the polling period" |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "name": "svcQsize", |
|
45 | 45 | } |
46 | 46 | }, |
47 | 47 | "display": 6, |
48 | | - "description": "[min, max, avg] of service queue size, computed over the greater between the last 5 mins and the polling period" |
| 48 | + "description": "[min, max, avg] of service queue length, computed over the greater between the last 5 mins and the polling period" |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "name": "wrQsize", |
|
57 | 57 | } |
58 | 58 | }, |
59 | 59 | "display": 7, |
60 | | - "description": "[min, max, avg] of write queue size, computed over the greater between the last 5 mins and the polling period" |
| 60 | + "description": "[min, max, avg] of write queue length, computed over the greater between the last 5 mins and the polling period" |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "name": "nodeQsize", |
|
69 | 69 | } |
70 | 70 | }, |
71 | 71 | "display": 8, |
72 | | - "description": "[min, max, avg] of node queue size, computed over the greater between the last 5 mins and the polling period" |
| 72 | + "description": "[min, max, avg] of node queue length, computed over the greater between the last 5 mins and the polling period" |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | "name": "rxBytes", |
|
97 | 97 | { |
98 | 98 | "name": "status", |
99 | 99 | "type": "long", |
| 100 | + "description": "Service polling status code. 0 or 200 means successfully polled, -1 means time timeout, other values mean failed to poll" |
| 101 | + }, |
| 102 | + { |
| 103 | + "name": "statusStr", |
| 104 | + "type": "string", |
100 | 105 | "display": 3, |
101 | | - "description": "Service polling status. 0 or 200 means successfully polled, -1 means time timeout, other values mean failed to poll" |
| 106 | + "description": "Service polling status string", |
| 107 | + "depends": "status" |
102 | 108 | }, |
103 | 109 | { |
104 | 110 | "name": "nodesPolledCnt", |
|
0 commit comments