-
Notifications
You must be signed in to change notification settings - Fork 4
/
metrics.txt
298 lines (298 loc) · 24.2 KB
/
metrics.txt
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
# HELP controller_runtime_reconcile_time_seconds Length of time per reconciliation per controller
# TYPE controller_runtime_reconcile_time_seconds histogram
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.005"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.01"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.025"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.05"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.1"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.25"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="0.5"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="1"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="2.5"} 0
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="5"} 1
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="10"} 1
controller_runtime_reconcile_time_seconds_bucket{controller="lastpass-controller",le="+Inf"} 2
controller_runtime_reconcile_time_seconds_sum{controller="lastpass-controller"} 466.682450088
controller_runtime_reconcile_time_seconds_count{controller="lastpass-controller"} 2
# HELP controller_runtime_reconcile_total Total number of reconciliations per controller
# TYPE controller_runtime_reconcile_total counter
controller_runtime_reconcile_total{controller="lastpass-controller",result="success"} 2
# HELP go_gc_duration_seconds A summary of the GC invocation durations.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 8.245e-06
go_gc_duration_seconds{quantile="0.25"} 7.4483e-05
go_gc_duration_seconds{quantile="0.5"} 0.000180311
go_gc_duration_seconds{quantile="0.75"} 0.000605724
go_gc_duration_seconds{quantile="1"} 0.001910786
go_gc_duration_seconds_sum 0.005951505
go_gc_duration_seconds_count 15
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 42
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.12.6"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 5.494688e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 1.7851168e+07
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.451357e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 122012
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 1.1518418534427328e-05
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 2.390016e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 5.494688e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 5.8236928e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 8.216576e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 25201
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 5.820416e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.6453504e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.562771162351262e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 147213
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 3472
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 103824
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 131072
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.0702704e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 664475
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 655360
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 655360
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.1762168e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 10
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 3.5
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 8
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 3.2333824e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.56277008121e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.40562432e+08
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes -1
# HELP reflector_items_per_list How many items an API list returns to the reflectors
# TYPE reflector_items_per_list summary
reflector_items_per_list{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.5"} NaN
reflector_items_per_list{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.9"} NaN
reflector_items_per_list{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.99"} NaN
reflector_items_per_list_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 0
reflector_items_per_list_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 1
reflector_items_per_list{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.5"} NaN
reflector_items_per_list{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.9"} NaN
reflector_items_per_list{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.99"} NaN
reflector_items_per_list_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 38
reflector_items_per_list_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 1
# HELP reflector_items_per_watch How many items an API watch returns to the reflectors
# TYPE reflector_items_per_watch summary
reflector_items_per_watch{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.5"} 0
reflector_items_per_watch{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.9"} 0
reflector_items_per_watch{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.99"} 0
reflector_items_per_watch_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 1
reflector_items_per_watch_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 2
reflector_items_per_watch{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.5"} 0
reflector_items_per_watch{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.9"} 0
reflector_items_per_watch{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.99"} 0
reflector_items_per_watch_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 1
reflector_items_per_watch_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 2
# HELP reflector_last_resource_version Last resource version seen for the reflectors
# TYPE reflector_last_resource_version gauge
reflector_last_resource_version{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 1331
reflector_last_resource_version{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 1334
# HELP reflector_list_duration_seconds How long an API list takes to return and decode for the reflectors
# TYPE reflector_list_duration_seconds summary
reflector_list_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.5"} NaN
reflector_list_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.9"} NaN
reflector_list_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.99"} NaN
reflector_list_duration_seconds_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 0.025881228
reflector_list_duration_seconds_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 1
reflector_list_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.5"} NaN
reflector_list_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.9"} NaN
reflector_list_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.99"} NaN
reflector_list_duration_seconds_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 0.006435053
reflector_list_duration_seconds_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 1
# HELP reflector_lists_total Total number of API lists done by the reflectors
# TYPE reflector_lists_total counter
reflector_lists_total{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 1
reflector_lists_total{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 1
# HELP reflector_short_watches_total Total number of short API watches done by the reflectors
# TYPE reflector_short_watches_total counter
reflector_short_watches_total{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 0
reflector_short_watches_total{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 0
# HELP reflector_watch_duration_seconds How long an API watch takes to return and decode for the reflectors
# TYPE reflector_watch_duration_seconds summary
reflector_watch_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.5"} 431.002185165
reflector_watch_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.9"} 431.002185165
reflector_watch_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041",quantile="0.99"} 431.002185165
reflector_watch_duration_seconds_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 1013.003227569
reflector_watch_duration_seconds_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 2
reflector_watch_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.5"} 499.000859737
reflector_watch_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.9"} 499.000859737
reflector_watch_duration_seconds{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042",quantile="0.99"} 499.000859737
reflector_watch_duration_seconds_sum{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 980.000782503
reflector_watch_duration_seconds_count{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 2
# HELP reflector_watches_total Total number of API watches done by the reflectors
# TYPE reflector_watches_total counter
reflector_watches_total{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5041"} 3
reflector_watches_total{name="reflector_sigs_k8s_io_controller_runtime_pkg_cache_internal_informers_map_go_126_5042"} 3
# HELP rest_client_request_latency_seconds Request latency in seconds. Broken down by verb and URL.
# TYPE rest_client_request_latency_seconds histogram
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.001"} 96
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.002"} 103
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.004"} 105
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.008"} 105
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.016"} 105
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.032"} 106
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.064"} 106
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.128"} 106
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.256"} 106
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="0.512"} 106
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET",le="+Inf"} 106
rest_client_request_latency_seconds_sum{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET"} 0.095270261
rest_client_request_latency_seconds_count{url="https://10.96.0.1:443/%7Bprefix%7D",verb="GET"} 106
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.001"} 0
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.002"} 0
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.004"} 1
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.008"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.016"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.032"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.064"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.128"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.256"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="0.512"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST",le="+Inf"} 3
rest_client_request_latency_seconds_sum{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST"} 0.014804408
rest_client_request_latency_seconds_count{url="https://10.96.0.1:443/%7Bprefix%7D",verb="POST"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.001"} 1
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.002"} 2
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.004"} 2
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.008"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.016"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.032"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.064"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.128"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.256"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="0.512"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/api?timeout=32s",verb="GET",le="+Inf"} 3
rest_client_request_latency_seconds_sum{url="https://10.96.0.1:443/api?timeout=32s",verb="GET"} 0.007466387
rest_client_request_latency_seconds_count{url="https://10.96.0.1:443/api?timeout=32s",verb="GET"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.001"} 2
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.002"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.004"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.008"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.016"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.032"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.064"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.128"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.256"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="0.512"} 3
rest_client_request_latency_seconds_bucket{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET",le="+Inf"} 3
rest_client_request_latency_seconds_sum{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET"} 0.002392135
rest_client_request_latency_seconds_count{url="https://10.96.0.1:443/apis?timeout=32s",verb="GET"} 3
# HELP rest_client_requests_total Number of HTTP requests, partitioned by status code, method, and host.
# TYPE rest_client_requests_total counter
rest_client_requests_total{code="200",host="10.96.0.1:443",method="GET"} 117
rest_client_requests_total{code="201",host="10.96.0.1:443",method="POST"} 3
rest_client_requests_total{code="404",host="10.96.0.1:443",method="GET"} 1
# HELP workqueue_adds_total Total number of adds handled by workqueue
# TYPE workqueue_adds_total counter
workqueue_adds_total{name="lastpass-controller"} 2
# HELP workqueue_depth Current depth of workqueue
# TYPE workqueue_depth gauge
workqueue_depth{name="lastpass-controller"} 0
# HELP workqueue_longest_running_processor_microseconds How many microseconds has the longest running processor for workqueue been running.
# TYPE workqueue_longest_running_processor_microseconds gauge
workqueue_longest_running_processor_microseconds{name="lastpass-controller"} 0
# HELP workqueue_queue_latency_seconds How long in seconds an item stays in workqueue before being requested.
# TYPE workqueue_queue_latency_seconds histogram
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="1e-08"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="1e-07"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="1e-06"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="9.999999999999999e-06"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="9.999999999999999e-05"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="0.001"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="0.01"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="0.1"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="1"} 0
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="10"} 1
workqueue_queue_latency_seconds_bucket{name="lastpass-controller",le="+Inf"} 2
workqueue_queue_latency_seconds_sum{name="lastpass-controller"} 309
workqueue_queue_latency_seconds_count{name="lastpass-controller"} 2
# HELP workqueue_retries_total Total number of retries handled by workqueue
# TYPE workqueue_retries_total counter
workqueue_retries_total{name="lastpass-controller"} 0
# HELP workqueue_unfinished_work_seconds How many seconds of work has 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.
# TYPE workqueue_unfinished_work_seconds gauge
workqueue_unfinished_work_seconds{name="lastpass-controller"} 0
# HELP workqueue_work_duration_seconds How long in seconds processing an item from workqueue takes.
# TYPE workqueue_work_duration_seconds histogram
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="1e-08"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="1e-07"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="1e-06"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="9.999999999999999e-06"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="9.999999999999999e-05"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="0.001"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="0.01"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="0.1"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="1"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="10"} 0
workqueue_work_duration_seconds_bucket{name="lastpass-controller",le="+Inf"} 2
workqueue_work_duration_seconds_sum{name="lastpass-controller"} 4.955925e+06
workqueue_work_duration_seconds_count{name="lastpass-controller"} 2