-
Notifications
You must be signed in to change notification settings - Fork 25
/
prometheus_metrics_latest.json
306 lines (306 loc) · 11 KB
/
prometheus_metrics_latest.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
{
"generatedWith": "parse_prometheus_metrics.py",
"info": "Recreate by extracting output in kuttl test 'kubectl test --test metrics-no-auth'",
"metrics": [
{
"description": "Number of currently used workers per controller.",
"name": "controller_runtime_active_workers",
"type": "gauge"
},
{
"description": "Maximum number of concurrent reconciles per controller.",
"name": "controller_runtime_max_concurrent_reconciles",
"type": "gauge"
},
{
"description": "Total number of reconciliation errors per controller.",
"name": "controller_runtime_reconcile_errors_total",
"type": "counter"
},
{
"description": "Length of time per reconciliation per controller.",
"name": "controller_runtime_reconcile_time_seconds",
"type": "histogram"
},
{
"description": "Total number of reconciliations per controller.",
"name": "controller_runtime_reconcile_total",
"type": "counter"
},
{
"description": "Histogram of the latency of processing admission requests.",
"name": "controller_runtime_webhook_latency_seconds",
"type": "histogram"
},
{
"description": "Current number of admission requests being served.",
"name": "controller_runtime_webhook_requests_in_flight",
"type": "gauge"
},
{
"description": "Total number of admission requests by HTTP status code.",
"name": "controller_runtime_webhook_requests_total",
"type": "counter"
},
{
"description": "A summary of the pause duration of garbage collection cycles.",
"name": "go_gc_duration_seconds",
"type": "summary"
},
{
"description": "Number of goroutines that currently exist.",
"name": "go_goroutines",
"type": "gauge"
},
{
"description": "Information about the Go environment.",
"name": "go_info",
"type": "gauge"
},
{
"description": "Number of bytes allocated and still in use.",
"name": "go_memstats_alloc_bytes",
"type": "gauge"
},
{
"description": "Total number of bytes allocated, even if freed.",
"name": "go_memstats_alloc_bytes_total",
"type": "counter"
},
{
"description": "Number of bytes used by the profiling bucket hash table.",
"name": "go_memstats_buck_hash_sys_bytes",
"type": "gauge"
},
{
"description": "Total number of frees.",
"name": "go_memstats_frees_total",
"type": "counter"
},
{
"description": "Number of bytes used for garbage collection system metadata.",
"name": "go_memstats_gc_sys_bytes",
"type": "gauge"
},
{
"description": "Number of heap bytes allocated and still in use.",
"name": "go_memstats_heap_alloc_bytes",
"type": "gauge"
},
{
"description": "Number of heap bytes waiting to be used.",
"name": "go_memstats_heap_idle_bytes",
"type": "gauge"
},
{
"description": "Number of heap bytes that are in use.",
"name": "go_memstats_heap_inuse_bytes",
"type": "gauge"
},
{
"description": "Number of allocated objects.",
"name": "go_memstats_heap_objects",
"type": "gauge"
},
{
"description": "Number of heap bytes released to OS.",
"name": "go_memstats_heap_released_bytes",
"type": "gauge"
},
{
"description": "Number of heap bytes obtained from system.",
"name": "go_memstats_heap_sys_bytes",
"type": "gauge"
},
{
"description": "Number of seconds since 1970 of last garbage collection.",
"name": "go_memstats_last_gc_time_seconds",
"type": "gauge"
},
{
"description": "Total number of pointer lookups.",
"name": "go_memstats_lookups_total",
"type": "counter"
},
{
"description": "Total number of mallocs.",
"name": "go_memstats_mallocs_total",
"type": "counter"
},
{
"description": "Number of bytes in use by mcache structures.",
"name": "go_memstats_mcache_inuse_bytes",
"type": "gauge"
},
{
"description": "Number of bytes used for mcache structures obtained from system.",
"name": "go_memstats_mcache_sys_bytes",
"type": "gauge"
},
{
"description": "Number of bytes in use by mspan structures.",
"name": "go_memstats_mspan_inuse_bytes",
"type": "gauge"
},
{
"description": "Number of bytes used for mspan structures obtained from system.",
"name": "go_memstats_mspan_sys_bytes",
"type": "gauge"
},
{
"description": "Number of heap bytes when next garbage collection will take place.",
"name": "go_memstats_next_gc_bytes",
"type": "gauge"
},
{
"description": "Number of bytes used for other system allocations.",
"name": "go_memstats_other_sys_bytes",
"type": "gauge"
},
{
"description": "Number of bytes in use by the stack allocator.",
"name": "go_memstats_stack_inuse_bytes",
"type": "gauge"
},
{
"description": "Number of bytes obtained from system for stack allocator.",
"name": "go_memstats_stack_sys_bytes",
"type": "gauge"
},
{
"description": "Number of bytes obtained from system.",
"name": "go_memstats_sys_bytes",
"type": "gauge"
},
{
"description": "Number of OS threads created.",
"name": "go_threads",
"type": "gauge"
},
{
"description": "Total user and system CPU time spent in seconds.",
"name": "process_cpu_seconds_total",
"type": "counter"
},
{
"description": "Maximum number of open file descriptors.",
"name": "process_max_fds",
"type": "gauge"
},
{
"description": "Number of open file descriptors.",
"name": "process_open_fds",
"type": "gauge"
},
{
"description": "Resident memory size in bytes.",
"name": "process_resident_memory_bytes",
"type": "gauge"
},
{
"description": "Start time of the process since unix epoch in seconds.",
"name": "process_start_time_seconds",
"type": "gauge"
},
{
"description": "Virtual memory size in bytes.",
"name": "process_virtual_memory_bytes",
"type": "gauge"
},
{
"description": "Maximum amount of virtual memory available in bytes.",
"name": "process_virtual_memory_max_bytes",
"type": "gauge"
},
{
"description": "The number of times we attempted a full cluster restart.",
"name": "vertica_cluster_restart_attempted_total",
"type": "counter"
},
{
"description": "The number of times we failed when attempting a full cluster restart.",
"name": "vertica_cluster_restart_failed_total",
"type": "counter"
},
{
"description": "The number of seconds it took to do a full cluster restart.",
"name": "vertica_cluster_restart_seconds",
"type": "histogram"
},
{
"description": "The number of times we attempted to restart down nodes.",
"name": "vertica_nodes_restart_attempted_total",
"type": "counter"
},
{
"description": "The number of times we failed when trying to restart down nodes.",
"name": "vertica_nodes_restart_failed_total",
"type": "counter"
},
{
"description": "The number of seconds it took to restart down nodes.",
"name": "vertica_nodes_restart_seconds",
"type": "histogram"
},
{
"description": "The number of nodes that have a running pod associated with it.",
"name": "vertica_running_nodes_count",
"type": "gauge"
},
{
"description": "The number of subclusters that exist.",
"name": "vertica_subclusters_count",
"type": "gauge"
},
{
"description": "The number of nodes that currently exist.",
"name": "vertica_total_nodes_count",
"type": "gauge"
},
{
"description": "The number of nodes that have vertica running and can accept connections.",
"name": "vertica_up_nodes_count",
"type": "gauge"
},
{
"description": "The number of times the operator performed an upgrade caused by an image change.",
"name": "vertica_upgrade_total",
"type": "counter"
},
{
"description": "Total number of adds handled by workqueue.",
"name": "workqueue_adds_total",
"type": "counter"
},
{
"description": "Current depth of workqueue.",
"name": "workqueue_depth",
"type": "gauge"
},
{
"description": "How many seconds has the longest running processor for workqueue been running.",
"name": "workqueue_longest_running_processor_seconds",
"type": "gauge"
},
{
"description": "How long in seconds an item stays in workqueue before being requested.",
"name": "workqueue_queue_duration_seconds",
"type": "histogram"
},
{
"description": "Total number of retries handled by workqueue.",
"name": "workqueue_retries_total",
"type": "counter"
},
{
"description": "How many seconds of work has been done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.",
"name": "workqueue_unfinished_work_seconds",
"type": "gauge"
},
{
"description": "How long in seconds processing an item from workqueue takes.",
"name": "workqueue_work_duration_seconds",
"type": "histogram"
}
]
}