@@ -45,235 +45,206 @@ mvn package
45
45
## Metrics
46
46
#### Platform central processing units
47
47
###### CPU performance - platform wide
48
- <table class = " wrapped confluenceTable " >
48
+ <table >
49
49
<tbody >
50
50
<tr >
51
- <td class =" confluenceTd " ><strong >Metric name</strong ></td >
52
- <td class =" confluenceTd " ><strong >Short description</strong ></td >
53
- <td class =" confluenceTd " ><strong >Requires object</strong ></td >
54
- <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
55
- <td class =" confluenceTd " ><strong >Datatype</strong ></td >
51
+ <td ><strong >Prometheus metric name</strong ></td >
52
+ <td ><strong >Metric type</strong ></td >
53
+ <td ><strong >Short description</strong ></td >
54
+ <td ><strong >MQ metric elemen</strong ></td >
56
55
</tr >
57
56
<tr >
58
- <td class =" confluenceTd " >user_cpu_time_percentage</td >
59
- <td class =" confluenceTd " >Shows the percentage of CPU busy in user state.</td >
60
- <td class =" confluenceTd " >No</td >
61
- <td class =" confluenceTd " >No</td >
62
- <td class =" confluenceTd " >percent</td >
57
+ <td >system_cpu_user_cpu_time_percentage</td >
58
+ <td >gauge</td >
59
+ <td >Shows the percentage of CPU busy in user state.</td >
60
+ <td >User CPU time percentage</td >
63
61
</tr >
64
62
<tr >
65
- <td class =" confluenceTd " >system_cpu_time_percentage</td >
66
- <td class =" confluenceTd " >Shows the percentage of CPU busy in system state</td >
67
- <td class =" confluenceTd " >No</td >
68
- <td class =" confluenceTd " >No</td >
69
- <td class =" confluenceTd " >percent</td >
63
+ <td >system_cpu_cpu_time_percentage</td >
64
+ <td >gauge</td >
65
+ <td >Shows the percentage of CPU busy in system state</td >
66
+ <td >System CPU time percentage</td >
70
67
</tr >
71
68
<tr >
72
- <td class =" confluenceTd " >cpu_load_one_minute_average</td >
73
- <td class =" confluenceTd " >Shows the load average over 1 minute.</td >
74
- <td class =" confluenceTd " >No</td >
75
- <td class =" confluenceTd " >No</td >
76
- <td class =" confluenceTd " >hundredths</td >
69
+ <td >system_cpu_cpu_load_one_minute_average_hundredths</td >
70
+ <td >gauge</td >
71
+ <td >Shows the load average over 1 minute.</td >
72
+ <td >CPU load - one minute average</td >
77
73
</tr >
78
74
<tr >
79
- <td class =" confluenceTd " >cpu_load_five_minute_average</td >
80
- <td class =" confluenceTd " >Shows the load average over 5 minutes.</td >
81
- <td class =" confluenceTd " >No</td >
82
- <td class =" confluenceTd " >No</td >
83
- <td class =" confluenceTd " >hundredths</td >
75
+ <td >system_cpu_cpu_load_five_minute_average_hundredths</td >
76
+ <td >gauge</td >
77
+ <td >Shows the load average over 5 minutes.</td >
78
+ <td >CPU load - five minute average</td >
84
79
</tr >
85
80
<tr >
86
- <td class =" confluenceTd " >cpu_load_fifteen_minute_average</td >
87
- <td class =" confluenceTd " >Shows the load average over fifteen minutes. </td >
88
- <td class =" confluenceTd " >No</td >
89
- <td class =" confluenceTd " >No</td >
90
- <td class =" confluenceTd " >hundredths</td >
81
+ <td >system_cpu_cpu_load_fifteen_minute_average_hundredths</td >
82
+ <td >gauge</td >
83
+ <td >Shows the load average over fifteen minutes.  ; </td >
84
+ <td >CPU load - fifteen minute average</td >
91
85
</tr >
92
86
<tr >
93
- <td class =" confluenceTd " >ram_free_percentage</td >
94
- <td class =" confluenceTd " >Shows the percentage of free RAM memory.</td >
95
- <td class =" confluenceTd " >No</td >
96
- <td class =" confluenceTd " >No</td >
97
- <td class =" confluenceTd " >percent</td >
87
+ <td >system_ram_ram_free_percentage</td >
88
+ <td >gauge</td >
89
+ <td >Shows the percentage of free RAM memory.</td >
90
+ <td >RAM free percentage</td >
98
91
</tr >
99
92
<tr >
100
- <td class =" confluenceTd " >ram_total_bytes</td >
101
- <td class =" confluenceTd " >Shows the total bytes of RAM configured.</td >
102
- <td class =" confluenceTd " >No</td >
103
- <td class =" confluenceTd " >No</td >
104
- <td class =" confluenceTd " >megabytes</td >
93
+ <td >system_ram_ram_total_megabytes</td >
94
+ <td >gauge</td >
95
+ <td >Shows the total bytes of RAM configured.</td >
96
+ <td >RAM total bytes</td >
105
97
</tr >
106
98
</tbody >
107
99
</table >
108
100
109
101
###### CPU performance - running queue manager
110
- <table class = " wrapped confluenceTable " >
102
+ <table >
111
103
<tbody >
112
104
<tr >
113
- <td class =" confluenceTd " ><strong >Metric name</strong ></td >
114
- <td class =" confluenceTd " ><strong >Short description</strong ></td >
115
- <td class =" confluenceTd " ><strong >Requires object</strong ></td >
116
- <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
117
- <td class =" confluenceTd " ><strong >Datatype</strong ></td >
105
+ <td ><strong >Prometheus metric name</strong ></td >
106
+ <td ><strong >Metric type</strong ></td >
107
+ <td ><strong >Short description</strong ></td >
108
+ <td ><strong >MQ metric elemen</strong ></td >
118
109
</tr >
119
110
<tr >
120
- <td class =" confluenceTd " >user_cpu_time_percentage_estimate_for_queue_manager</td >
121
- <td class =" confluenceTd " >Estimates the percentage of CPU use in user state for processes that are related to the queue managers that are being monitored.</td >
122
- <td class =" confluenceTd " >No</td >
123
- <td class =" confluenceTd " >No</td >
124
- <td class =" confluenceTd " >percent</td >
111
+ <td >mq_cpu_user_cpu_time_estimate_percentage</td >
112
+ <td >gauge</td >
113
+ <td >Estimates the percentage of CPU use in user state for processes that are related to the queue managers that are being monitored.</td >
114
+ <td >User CPU time - percentage estimate for queue manager</td >
125
115
</tr >
126
116
<tr >
127
- <td class =" confluenceTd " >system_cpu_time_percentage_estimate_for_queue_manager</td >
128
- <td class =" confluenceTd " >Estimates the percentage of CPU use in system state for processes that are related to the queue managers that are being monitored</td >
129
- <td class =" confluenceTd " >No</td >
130
- <td class =" confluenceTd " >No</td >
131
- <td class =" confluenceTd " >percent</td >
117
+ <td >mq_cpu_system_cpu_time_estimat_percentage</td >
118
+ <td >gauge</td >
119
+ <td >Estimates the percentage of CPU use in system state for processes that are related to the queue managers that are being monitored</td >
120
+ <td >System CPU time - percentage estimate for queue manager</td >
132
121
</tr >
133
122
<tr >
134
- <td class =" confluenceTd " >ram_total_bytes_estimate_for_queue_manager</td >
135
- <td class =" confluenceTd " >Estimates the total bytes of RAM in use by the queue managers that are being monitored.</td >
136
- <td class =" confluenceTd " >No</td >
137
- <td class =" confluenceTd " >No</td >
138
- <td class =" confluenceTd " >megabytes</td >
123
+ <td >mq_cpu_ram_total_estimate_megabytes</td >
124
+ <td >gauge</td >
125
+ <td >Estimates the total bytes of RAM in use by the queue managers that are being monitored.</td >
126
+ <td >RAM total bytes - estimate for queue manager</td >
139
127
</tr >
140
128
</tbody >
141
129
</table >
142
130
143
131
#### Platform persistent data stores
144
132
###### Disk usage - platform wide
145
- <table class = " wrapped confluenceTable " >
133
+ <table >
146
134
<tbody >
147
- <tr >
148
- <td class =" confluenceTd " ><strong >Metric name</strong ></td >
149
- <td class =" confluenceTd " ><strong >Short description</strong ></td >
150
- <td class =" confluenceTd " ><strong >Requires object</strong ></td >
151
- <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
152
- <td class =" confluenceTd " ><strong >Datatype</strong ></td >
135
+ <tr >
136
+ <td ><strong >Prometheus metric name</strong ></td >
137
+ <td ><strong >Metric type</strong ></td >
138
+ <td ><strong >Short description</strong ></td >
139
+ <td ><strong >MQ metric elemen</strong ></td >
153
140
</tr >
154
141
<tr >
155
- <td class =" confluenceTd " >mq_trace_file_system_bytes_in_use</td >
156
- <td class =" confluenceTd " >Shows the number of bytes of disk storage that are being used by the trace file system.</td >
157
- <td class =" confluenceTd " >No</td >
158
- <td class =" confluenceTd " >No</td >
159
- <td class =" confluenceTd " >megabytes</td >
142
+ <td >mq_disk_trace_file_system_in_use_megabytes</td >
143
+ <td >gauge</td >
144
+ <td >Shows the number of bytes of disk storage that are being used by the trace file system.</td >
145
+ <td >MQ trace file system - bytes in use</td >
160
146
</tr >
161
147
<tr >
162
- <td class =" confluenceTd " >mq_trace_file_system_free_space</td >
163
- <td class =" confluenceTd " >Shows the disk storage that is reserved for the trace file system that is free.</td >
164
- <td class =" confluenceTd " >No</td >
165
- <td class =" confluenceTd " >No</td >
166
- <td class =" confluenceTd " >percent</td >
148
+ <td >mq_disk_trace_file_system_free_space_percentage</td >
149
+ <td >gauge</td >
150
+ <td >Shows the disk storage that is reserved for the trace file system that is free.</td >
151
+ <td >MQ trace file system - free space</td >
167
152
</tr >
168
153
<tr >
169
- <td class =" confluenceTd " >mq_errors_file_system_bytes_in_use</td >
170
- <td class =" confluenceTd " >Shows the number of bytes of disk storage that is being used by error data.</td >
171
- <td class =" confluenceTd " >No</td >
172
- <td class =" confluenceTd " >No</td >
173
- <td class =" confluenceTd " >megabytes</td >
154
+ <td >mq_disk_errors_file_system_in_use_megabytes</td >
155
+ <td >gauge</td >
156
+ <td >Shows the number of bytes of disk storage that is being used by error data.</td >
157
+ <td >MQ errors file system - bytes in use</td >
174
158
</tr >
175
159
<tr >
176
- <td class =" confluenceTd " >mq_errors_file_system_free_space</td >
177
- <td class =" confluenceTd " >Shows the disk storage that is reserved for error data that is free.</td >
178
- <td class =" confluenceTd " >No</td >
179
- <td class =" confluenceTd " >No</td >
180
- <td class =" confluenceTd " >percent</td >
160
+ <td >mq_disk_errors_file_system_free_space_percentage</td >
161
+ <td >gauge</td >
162
+ <td >Shows the disk storage that is reserved for error data that is free.</td >
163
+ <td >MQ errors file system - free space</td >
181
164
</tr >
182
165
<tr >
183
- <td class =" confluenceTd " >mq_fdc_file_count</td >
184
- <td class =" confluenceTd " >Shows the current number of FDC files.</td >
185
- <td class =" confluenceTd " >No</td >
186
- <td class =" confluenceTd " >No</td >
187
- <td class =" confluenceTd " >units</td >
166
+ <td >mq_disk_fdc_file_count_files</td >
167
+ <td >gauge</td >
168
+ <td >Shows the current number of FDC files.</td >
169
+ <td >MQ FDC file count</td >
188
170
</tr >
189
171
</tbody >
190
172
</table >
191
173
192
174
###### Disk usage - running queue managers
193
- <table class = " wrapped confluenceTable " >
175
+ <table >
194
176
<tbody >
195
- <tr >
196
- <td class =" confluenceTd " ><strong >Metric name</strong ></td >
197
- <td class =" confluenceTd " ><strong >Short description</strong ></td >
198
- <td class =" confluenceTd " ><strong >Requires object</strong ></td >
199
- <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
200
- <td class =" confluenceTd " ><strong >Datatype</strong ></td >
177
+ <tr >
178
+ <td ><strong >Prometheus metric name</strong ></td >
179
+ <td ><strong >Metric type</strong ></td >
180
+ <td ><strong >Short description</strong ></td >
181
+ <td ><strong >MQ metric elemen</strong ></td >
201
182
</tr >
202
183
<tr >
203
- <td class =" confluenceTd " >queue_manager_file_system_bytes_in_use</td >
204
- <td class =" confluenceTd " >Shows the number of bytes of disk storage that is used by queue manager files for the queue managers that you are monitoring.</td >
205
- <td class =" confluenceTd " >No</td >
206
- <td class =" confluenceTd " >No</td >
207
- <td class =" confluenceTd " >megabytes</td >
184
+ <td >mq_disk_file_system_in_use_megabytes</td >
185
+ <td >gauge</td >
186
+ <td >Shows the number of bytes of disk storage that is used by queue manager files for the queue managers that you are monitoring.</td >
187
+ <td >Queue Manager file system - bytes in use</td >
208
188
</tr >
209
189
<tr >
210
- <td class =" confluenceTd " >queue_manager_file_system_free_space</td >
211
- <td class =" confluenceTd " >Shows the disk storage that is reserved for queue manager files that is free.</td >
212
- <td class =" confluenceTd " >No</td >
213
- <td class =" confluenceTd " >No</td >
214
- <td class =" confluenceTd " >percent</td >
190
+ <td >mq_disk_file_system_free_space_percentage</td >
191
+ <td >gauge</td >
192
+ <td >Shows the disk storage that is reserved for queue manager files that is free.</td >
193
+ <td >Queue Manager file system - free space</td >
215
194
</tr >
216
195
</tbody >
217
196
</table >
218
197
219
198
###### Disk usage - queue manager recovery log
220
- <table class = " wrapped confluenceTable " >
199
+ <table >
221
200
<tbody >
222
- <tr >
223
- <td class =" confluenceTd " ><strong >Metric name</strong ></td >
224
- <td class =" confluenceTd " ><strong >Short description</strong ></td >
225
- <td class =" confluenceTd " ><strong >Requires object</strong ></td >
226
- <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
227
- <td class =" confluenceTd " ><strong >Datatype</strong ></td >
201
+ <tr >
202
+ <td ><strong >Prometheus metric name</strong ></td >
203
+ <td ><strong >Metric type</strong ></td >
204
+ <td ><strong >Short description</strong ></td >
205
+ <td ><strong >MQ metric elemen</strong ></td >
228
206
</tr >
229
207
<tr >
230
- <td class =" confluenceTd " >log_bytes_in_use</td >
231
- <td class =" confluenceTd " >Shows the number of bytes of disk storage that is used for the recovery logs of the queue managers that you are monitoring.</td >
232
- <td class =" confluenceTd " >No</td >
233
- <td class =" confluenceTd " >No</td >
234
- <td class =" confluenceTd " >units</td >
208
+ <td >mq_rlog_log_bytes_in_use_bytes</td >
209
+ <td >gauge</td >
210
+ <td >Shows the number of bytes of disk storage that is used for the recovery logs of the queue managers that you are monitoring.</td >
211
+ <td >Log - bytes in use</td >
235
212
</tr >
236
213
<tr >
237
- <td class =" confluenceTd " >log_bytes_max</td >
238
- <td class =" confluenceTd " >Shows the maximum bytes of disk storage that is configured to be used for queue manager recovery logs.</td >
239
- <td class =" confluenceTd " >No</td >
240
- <td class =" confluenceTd " >No</td >
241
- <td class =" confluenceTd " >units</td >
214
+ <td >mq_rlog_log_bytes_max_bytes</td >
215
+ <td >gauge</td >
216
+ <td >Shows the maximum bytes of disk storage that is configured to be used for queue manager recovery logs.</td >
217
+ <td >Log - bytes max</td >
242
218
</tr >
243
219
<tr >
244
- <td class =" confluenceTd " >log_file_system_bytes_in_use</td >
245
- <td class =" confluenceTd " >Shows the total number of disk bytes in use for the log file system.</td >
246
- <td class =" confluenceTd " >No</td >
247
- <td class =" confluenceTd " >No</td >
248
- <td class =" confluenceTd " >units</td >
220
+ <td >mq_rlog_log_file_system_bytes_in_use_bytes</td >
221
+ <td >gauge</td >
222
+ <td >Shows the total number of disk bytes in use for the log file system.</td >
223
+ <td >Log file system - bytes in use</td >
249
224
</tr >
250
225
<tr >
251
- <td class =" confluenceTd " >log_file_system_bytes_max</td >
252
- <td class =" confluenceTd " >Shows the number of disk bytes that are configured for the log file system. </td >
253
- <td class =" confluenceTd " >No</td >
254
- <td class =" confluenceTd " >No</td >
255
- <td class =" confluenceTd " >units</td >
226
+ <td >mq_rlog_log_file_system_bytes_max_bytes</td >
227
+ <td >gauge</td >
228
+ <td >Shows the number of disk bytes that are configured for the log file system.  ; </td >
229
+ <td >Log file system - bytes max</td >
256
230
</tr >
257
231
<tr >
258
- <td class =" confluenceTd " >log_physical_bytes_written</td >
259
- <td class =" confluenceTd " >Shows the number of bytes being written to the recovery logs.</td >
260
- <td class =" confluenceTd " >No</td >
261
- <td class =" confluenceTd " >Yes</td >
262
- <td class =" confluenceTd " >delta</td >
232
+ <td >mq_rlog_log_physical_bytes_written_bytes</td >
233
+ <td >counter</td >
234
+ <td >Shows the number of bytes being written to the recovery logs.</td >
235
+ <td >Log - physical bytes written</td >
263
236
</tr >
264
237
<tr >
265
- <td class =" confluenceTd " >log_logical_bytes_written</td >
266
- <td class =" confluenceTd " >Shows the logical number of bytes written to the recovery logs.</td >
267
- <td class =" confluenceTd " >No</td >
268
- <td class =" confluenceTd " >Yes</td >
269
- <td class =" confluenceTd " >delta</td >
238
+ <td >mq_rlog_log_logical_bytes_written_bytes</td >
239
+ <td >counter</td >
240
+ <td >Shows the logical number of bytes written to the recovery logs.</td >
241
+ <td >Log - logical bytes written</td >
270
242
</tr >
271
243
<tr >
272
- <td class =" confluenceTd " >log_write_latency</td >
273
- <td class =" confluenceTd " >Shows a measure of the latency when writing synchronously to the queue manager recovery log.</td >
274
- <td class =" confluenceTd " >No</td >
275
- <td class =" confluenceTd " >No</td >
276
- <td class =" confluenceTd " >microseconds</td >
244
+ <td >mq_rlog_log_write_latency_microseconds</td >
245
+ <td >gauge</td >
246
+ <td >Shows a measure of the latency when writing synchronously to the queue manager recovery log.</td >
247
+ <td >Log - write latency</td >
277
248
</tr >
278
249
</tbody >
279
250
</table >
0 commit comments