-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmetrics.json
234 lines (234 loc) · 8.17 KB
/
metrics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
{
"COUCHBASE_ACTIVE_CONNECTIONS": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Number of currently active connections established with this node.",
"displayName": "Couchbase Active Connections",
"displayNameShort": "CB Conn",
"unit": "number"
},
"COUCHBASE_CAS_HITS": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of successful CAS comparisons.",
"displayName": "Couchbase CAS Hits",
"displayNameShort": "CB CAS Hit",
"unit": "number"
},
"COUCHBASE_CAS_MISSES": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of unsuccessful CAS comparisons.",
"displayName": "Couchbase CAS Misses",
"displayNameShort": "CB CAS Miss",
"unit": "number"
},
"COUCHBASE_CPU_USAGE_RATE": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "CPU utilization percent.",
"displayName": "Couchbase CPU Usage Rate",
"displayNameShort": "CB CPU Usage",
"unit": "percent"
},
"COUCHBASE_DISK_COMMIT_TIME": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Average time for disk commit operations on this node.",
"displayName": "Couchbase Disk Commit Time",
"displayNameShort": "CB DISK Commit",
"unit": "duration"
},
"COUCHBASE_DISK_FETCHES": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of times Couchbase went to disk to get data (non-resident data) per second.",
"displayName": "Couchbase DIsk Fetches",
"displayNameShort": "CB DISK Fetch",
"unit": "number"
},
"COUCHBASE_DISK_UPDATE_TIME": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Average time for disk update operations on this node.",
"displayName": "Couchbase Disk Update Time",
"displayNameShort": "CB DISK Update",
"unit": "duration"
},
"COUCHBASE_DOCUMENTS_COUNT": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Number of documents stored on this node.",
"displayName": "Couchbase Documents Count",
"displayNameShort": "CB DOC Count",
"unit": "number"
},
"COUCHBASE_DOCUMENTS_FRAGMENTATION": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Rate of fragmentation of document data.",
"displayName": "Couchbase Documents Fragmentation",
"displayNameShort": "CB DOC Frag",
"unit": "percent"
},
"COUCHBASE_DOCUMENTS_SIZE": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Size of the data in the documents stored on this node.",
"displayName": "Couchbase Documents Size",
"displayNameShort": "CB DOC Size",
"unit": "bytecount"
},
"COUCHBASE_DOCUMENTS_SIZE_ON_DISK": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Size on disk of the documents stored on this node.",
"displayName": "Couchbase Documents Size-on-Disk",
"displayNameShort": "CB DOC Disk Size",
"unit": "bytecount"
},
"COUCHBASE_EVICTIONS": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of times COuchbase evicted data from the resident memory to free-up space.",
"displayName": "Couchbase Evictions",
"displayNameShort": "CB Evict",
"unit": "number"
},
"COUCHBASE_MAJOR_FAULTS": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of major faults on this node.",
"displayName": "Couchbase Major Faults",
"displayNameShort": "CB FAULT Maj",
"unit": "number"
},
"COUCHBASE_MINOR_FAULTS": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of minor faults on this node.",
"displayName": "Couchbase Minor Faults",
"displayNameShort": "CB FAULT Min",
"unit": "number"
},
"COUCHBASE_MISSES": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of operations on missing documents.",
"displayName": "Couchbase Misses",
"displayNameShort": "CB DOC Miss",
"unit": "number"
},
"COUCHBASE_OPERATIONS": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Number of currently on-going operations on this node.",
"displayName": "Couchbase Operations",
"displayNameShort": "CB Ops",
"unit": "number"
},
"COUCHBASE_PAGE_FAULTS": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Number of memory page faults on this node.",
"displayName": "Couchbase Page Faults",
"displayNameShort": "CB FAULT Page",
"unit": "number"
},
"COUCHBASE_RAM_QUOTA_TOTAL": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Total quota of memory allocated by the Couchbase cluster for this node.",
"displayName": "Couchbase Total RAM Quota",
"displayNameShort": "CB Quota RAM",
"unit": "bytecount"
},
"COUCHBASE_RAM_QUOTA_USED": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Amount of memory used on this node by Couchbase from the allocated quota.",
"displayName": "Couchbase Used RAM Quota",
"displayNameShort": "CB Quota RAM Used",
"unit": "bytecount"
},
"COUCHBASE_RAM_SYSTEM_FREE": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Amount of memory used on this node as reported by Couchbase.",
"displayName": "Couchbase Available RAM on System",
"displayNameShort": "CB System RAM Free",
"unit": "bytecount"
},
"COUCHBASE_RAM_SYSTEM_TOTAL": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Total amount of memory on this node as reported by Couchbase.",
"displayName": "Couchbase Total RAM on System",
"displayNameShort": "CB System RAM",
"unit": "bytecount"
},
"COUCHBASE_REPLICATION_CHANGES_LEFT": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Number of replication operations queued and yet to be performed.",
"displayName": "Couchbase Replication Changes Remaining",
"displayNameShort": "CB REPL Left",
"unit": "number"
},
"COUCHBASE_SWAP_TOTAL": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Total swap space on this node as reported by Couchbase.",
"displayName": "Couchbase Available Swap on System",
"displayNameShort": "CB SWAP Total",
"unit": "bytecount"
},
"COUCHBASE_SWAP_USED": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Used swap space on this node as reported by Couchbase.",
"displayName": "Couchbase Used Swap on System",
"displayNameShort": "CB SWAP Used",
"unit": "bytecount"
},
"COUCHBASE_VIEWS_FRAGMENTATION": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Rate of fragmentation of views data (i.e. indexes).",
"displayName": "Couchbase Views Fragmentation",
"displayNameShort": "CB VIEW Frag",
"unit": "percent"
},
"COUCHBASE_VIEWS_OPERATIONS": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Number of currently on-going views-related operations on this node (e.g. queries).",
"displayName": "Couchbase Views Operations",
"displayNameShort": "CB VIEW Ops",
"unit": "number"
},
"COUCHBASE_VIEWS_SIZE": {
"defaultAggregate": "avg",
"defaultResolutionMS": 1000,
"description": "Size of the data in the indexed views on this node.",
"displayName": "Couchbase Views Size",
"displayNameShort": "CB VIEW Size",
"unit": "bytecount"
},
"COUCHBASE_VIEWS_SIZE_ON_DISK": {
"defaultAggregate": "max",
"defaultResolutionMS": 1000,
"description": "Size on disk of the indexed views on this node.",
"displayName": "Couchbase Views Size-on-Disk",
"displayNameShort": "CB VIEW Disk Size",
"unit": "bytecount"
},
"COUCHBASE_XDCR_OPERATIONS": {
"defaultAggregate": "sum",
"defaultResolutionMS": 1000,
"description": "Cross-datacenter replication operations on this node.",
"displayName": "Couchbase XDCR Operations",
"displayNameShort": "CB XDCR Ops",
"unit": "number"
}
}