summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/k8s_kubelet/testdata/metrics.txt
blob: 47b63bd5542e3ffcda43330b0d529ee1833e88c5 (plain)
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# HELP apiserver_audit_event_total Counter of audit events generated and sent to the audit backend.
# TYPE apiserver_audit_event_total counter
apiserver_audit_event_total 0
# HELP apiserver_audit_requests_rejected_total Counter of apiserver requests rejected due to an error in audit logging backend.
# TYPE apiserver_audit_requests_rejected_total counter
apiserver_audit_requests_rejected_total 0
# HELP apiserver_client_certificate_expiration_seconds Distribution of the remaining lifetime on the certificate used to authenticate a request.
# TYPE apiserver_client_certificate_expiration_seconds histogram
apiserver_client_certificate_expiration_seconds_bucket{le="0"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="21600"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="43200"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="86400"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="172800"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="345600"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="604800"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="2.592e+06"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="7.776e+06"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="1.5552e+07"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="3.1104e+07"} 2
apiserver_client_certificate_expiration_seconds_bucket{le="+Inf"} 2
apiserver_client_certificate_expiration_seconds_sum 6.198359653913356e+07
apiserver_client_certificate_expiration_seconds_count 2
# HELP apiserver_storage_data_key_generation_failures_total Total number of failed data encryption key(DEK) generation operations.
# TYPE apiserver_storage_data_key_generation_failures_total counter
apiserver_storage_data_key_generation_failures_total 0
# HELP apiserver_storage_data_key_generation_latencies_microseconds Latencies in microseconds of data encryption key(DEK) generation operations.
# TYPE apiserver_storage_data_key_generation_latencies_microseconds histogram
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="5"} 6
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="10"} 7
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="20"} 8
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="40"} 9
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="80"} 10
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="160"} 11
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="320"} 12
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="640"} 13
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="1280"} 14
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="2560"} 15
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="5120"} 16
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="10240"} 17
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="20480"} 18
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="40960"} 19
apiserver_storage_data_key_generation_latencies_microseconds_bucket{le="+Inf"} 20
apiserver_storage_data_key_generation_latencies_microseconds_sum 0
apiserver_storage_data_key_generation_latencies_microseconds_count 0
# HELP apiserver_storage_envelope_transformation_cache_misses_total Total number of cache misses while accessing key decryption key(KEK).
# TYPE apiserver_storage_envelope_transformation_cache_misses_total counter
apiserver_storage_envelope_transformation_cache_misses_total 0
# HELP get_token_count Counter of total Token() requests to the alternate token source
# TYPE get_token_count counter
get_token_count 0
# HELP get_token_fail_count Counter of failed Token() requests to the alternate token source
# TYPE get_token_fail_count counter
get_token_fail_count 0
# HELP go_gc_duration_seconds A summary of the GC invocation durations.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 3.1848e-05
go_gc_duration_seconds{quantile="0.25"} 6.1739e-05
go_gc_duration_seconds{quantile="0.5"} 9.1641e-05
go_gc_duration_seconds{quantile="0.75"} 0.000143403
go_gc_duration_seconds{quantile="1"} 0.003400982
go_gc_duration_seconds_sum 0.041302468
go_gc_duration_seconds_count 252
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 282
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.2614512e+07
# 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 2.851571192e+09
# 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.81591e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 1.9710993e+07
# 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 0.0005851177440973569
# 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.41664e+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 2.2614512e+07
# 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 3.8526976e+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 2.5796608e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 114479
# 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 0
# 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.4323584e+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.552938975118211e+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 1.9825472e+07
# 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 3456
# 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 361304
# 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 409600
# 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 2.612264e+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 517010
# 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 2.78528e+06
# 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 2.78528e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.2284408e+07
# HELP go_threads Number of OS threads created
# TYPE go_threads gauge
go_threads 19
# HELP http_request_duration_microseconds The HTTP request latencies in microseconds.
# TYPE http_request_duration_microseconds summary
http_request_duration_microseconds{handler="prometheus",quantile="0.5"} 4933.921
http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 4933.921
http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 4933.921
http_request_duration_microseconds_sum{handler="prometheus"} 283201.29
http_request_duration_microseconds_count{handler="prometheus"} 31
# HELP http_request_size_bytes The HTTP request sizes in bytes.
# TYPE http_request_size_bytes summary
http_request_size_bytes{handler="prometheus",quantile="0.5"} 423
http_request_size_bytes{handler="prometheus",quantile="0.9"} 423
http_request_size_bytes{handler="prometheus",quantile="0.99"} 423
http_request_size_bytes_sum{handler="prometheus"} 11711
http_request_size_bytes_count{handler="prometheus"} 31
# HELP http_requests_total Total number of HTTP requests made.
# TYPE http_requests_total counter
http_requests_total{code="200",handler="prometheus",method="get"} 31
# HELP http_response_size_bytes The HTTP response sizes in bytes.
# TYPE http_response_size_bytes summary
http_response_size_bytes{handler="prometheus",quantile="0.5"} 5678
http_response_size_bytes{handler="prometheus",quantile="0.9"} 5678
http_response_size_bytes{handler="prometheus",quantile="0.99"} 5678
http_response_size_bytes_sum{handler="prometheus"} 178006
http_response_size_bytes_count{handler="prometheus"} 31
# HELP kubelet_cgroup_manager_latency_microseconds Latency in microseconds for cgroup manager operations. Broken down by method.
# TYPE kubelet_cgroup_manager_latency_microseconds summary
kubelet_cgroup_manager_latency_microseconds{operation_type="create",quantile="0.5"} NaN
kubelet_cgroup_manager_latency_microseconds{operation_type="create",quantile="0.9"} NaN
kubelet_cgroup_manager_latency_microseconds{operation_type="create",quantile="0.99"} NaN
kubelet_cgroup_manager_latency_microseconds_sum{operation_type="create"} 96365
kubelet_cgroup_manager_latency_microseconds_count{operation_type="create"} 12
kubelet_cgroup_manager_latency_microseconds{operation_type="update",quantile="0.5"} 91
kubelet_cgroup_manager_latency_microseconds{operation_type="update",quantile="0.9"} 193
kubelet_cgroup_manager_latency_microseconds{operation_type="update",quantile="0.99"} 208
kubelet_cgroup_manager_latency_microseconds_sum{operation_type="update"} 12921
kubelet_cgroup_manager_latency_microseconds_count{operation_type="update"} 79
# HELP kubelet_container_log_filesystem_used_bytes Bytes used by the container's logs on the filesystem.
# TYPE kubelet_container_log_filesystem_used_bytes gauge
kubelet_container_log_filesystem_used_bytes{container="coredns",namespace="kube-system",pod="coredns-86c58d9df4-d22hv"} 28672
kubelet_container_log_filesystem_used_bytes{container="coredns",namespace="kube-system",pod="coredns-86c58d9df4-ks5dj"} 28672
kubelet_container_log_filesystem_used_bytes{container="etcd",namespace="kube-system",pod="etcd-minikube"} 36864
kubelet_container_log_filesystem_used_bytes{container="kube-addon-manager",namespace="kube-system",pod="kube-addon-manager-minikube"} 45056
kubelet_container_log_filesystem_used_bytes{container="kube-apiserver",namespace="kube-system",pod="kube-apiserver-minikube"} 36864
kubelet_container_log_filesystem_used_bytes{container="kube-controller-manager",namespace="kube-system",pod="kube-controller-manager-minikube"} 57344
kubelet_container_log_filesystem_used_bytes{container="kube-proxy",namespace="kube-system",pod="kube-proxy-q2fvs"} 28672
kubelet_container_log_filesystem_used_bytes{container="kube-scheduler",namespace="kube-system",pod="kube-scheduler-minikube"} 40960
kubelet_container_log_filesystem_used_bytes{container="storage-provisioner",namespace="kube-system",pod="storage-provisioner"} 24576
# HELP kubelet_containers_per_pod_count The number of containers per pod.
# TYPE kubelet_containers_per_pod_count summary
kubelet_containers_per_pod_count{quantile="0.5"} NaN
kubelet_containers_per_pod_count{quantile="0.9"} NaN
kubelet_containers_per_pod_count{quantile="0.99"} NaN
kubelet_containers_per_pod_count_sum 9
kubelet_containers_per_pod_count_count 9
# HELP kubelet_docker_operations Cumulative number of Docker operations by operation type.
# TYPE kubelet_docker_operations counter
kubelet_docker_operations{operation_type="create_container"} 19
kubelet_docker_operations{operation_type="info"} 2
kubelet_docker_operations{operation_type="inspect_container"} 223
kubelet_docker_operations{operation_type="inspect_image"} 110
kubelet_docker_operations{operation_type="list_containers"} 5157
kubelet_docker_operations{operation_type="list_images"} 195
kubelet_docker_operations{operation_type="remove_container"} 23
kubelet_docker_operations{operation_type="start_container"} 19
kubelet_docker_operations{operation_type="stop_container"} 23
kubelet_docker_operations{operation_type="version"} 472
# HELP kubelet_docker_operations_errors Cumulative number of Docker operation errors by operation type.
# TYPE kubelet_docker_operations_errors counter
kubelet_docker_operations_errors{operation_type="inspect_container"} 14
kubelet_docker_operations_errors{operation_type="remove_container"} 4
# HELP kubelet_docker_operations_latency_microseconds Latency in microseconds of Docker operations. Broken down by operation type.
# TYPE kubelet_docker_operations_latency_microseconds summary
kubelet_docker_operations_latency_microseconds{operation_type="create_container",quantile="0.5"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="create_container",quantile="0.9"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="create_container",quantile="0.99"} NaN
kubelet_docker_operations_latency_microseconds_sum{operation_type="create_container"} 1.157649e+07
kubelet_docker_operations_latency_microseconds_count{operation_type="create_container"} 19
kubelet_docker_operations_latency_microseconds{operation_type="info",quantile="0.5"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="info",quantile="0.9"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="info",quantile="0.99"} NaN
kubelet_docker_operations_latency_microseconds_sum{operation_type="info"} 15754
kubelet_docker_operations_latency_microseconds_count{operation_type="info"} 2
kubelet_docker_operations_latency_microseconds{operation_type="inspect_container",quantile="0.5"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="inspect_container",quantile="0.9"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="inspect_container",quantile="0.99"} NaN
kubelet_docker_operations_latency_microseconds_sum{operation_type="inspect_container"} 6.320335e+06
kubelet_docker_operations_latency_microseconds_count{operation_type="inspect_container"} 223
kubelet_docker_operations_latency_microseconds{operation_type="inspect_image",quantile="0.5"} 1112
kubelet_docker_operations_latency_microseconds{operation_type="inspect_image",quantile="0.9"} 1112
kubelet_docker_operations_latency_microseconds{operation_type="inspect_image",quantile="0.99"} 1112
kubelet_docker_operations_latency_microseconds_sum{operation_type="inspect_image"} 276071
kubelet_docker_operations_latency_microseconds_count{operation_type="inspect_image"} 110
kubelet_docker_operations_latency_microseconds{operation_type="list_containers",quantile="0.5"} 3368
kubelet_docker_operations_latency_microseconds{operation_type="list_containers",quantile="0.9"} 9003
kubelet_docker_operations_latency_microseconds{operation_type="list_containers",quantile="0.99"} 16951
kubelet_docker_operations_latency_microseconds_sum{operation_type="list_containers"} 2.2912964e+07
kubelet_docker_operations_latency_microseconds_count{operation_type="list_containers"} 5157
kubelet_docker_operations_latency_microseconds{operation_type="list_images",quantile="0.5"} 3579
kubelet_docker_operations_latency_microseconds{operation_type="list_images",quantile="0.9"} 5431
kubelet_docker_operations_latency_microseconds{operation_type="list_images",quantile="0.99"} 7136
kubelet_docker_operations_latency_microseconds_sum{operation_type="list_images"} 798789
kubelet_docker_operations_latency_microseconds_count{operation_type="list_images"} 195
kubelet_docker_operations_latency_microseconds{operation_type="remove_container",quantile="0.5"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="remove_container",quantile="0.9"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="remove_container",quantile="0.99"} NaN
kubelet_docker_operations_latency_microseconds_sum{operation_type="remove_container"} 5.297973e+06
kubelet_docker_operations_latency_microseconds_count{operation_type="remove_container"} 23
kubelet_docker_operations_latency_microseconds{operation_type="start_container",quantile="0.5"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="start_container",quantile="0.9"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="start_container",quantile="0.99"} NaN
kubelet_docker_operations_latency_microseconds_sum{operation_type="start_container"} 1.5755618e+07
kubelet_docker_operations_latency_microseconds_count{operation_type="start_container"} 19
kubelet_docker_operations_latency_microseconds{operation_type="stop_container",quantile="0.5"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="stop_container",quantile="0.9"} NaN
kubelet_docker_operations_latency_microseconds{operation_type="stop_container",quantile="0.99"} NaN
kubelet_docker_operations_latency_microseconds_sum{operation_type="stop_container"} 18810
kubelet_docker_operations_latency_microseconds_count{operation_type="stop_container"} 23
kubelet_docker_operations_latency_microseconds{operation_type="version",quantile="0.5"} 869
kubelet_docker_operations_latency_microseconds{operation_type="version",quantile="0.9"} 1482
kubelet_docker_operations_latency_microseconds{operation_type="version",quantile="0.99"} 2426
kubelet_docker_operations_latency_microseconds_sum{operation_type="version"} 455522
kubelet_docker_operations_latency_microseconds_count{operation_type="version"} 472
# HELP kubelet_network_plugin_operations_latency_microseconds Latency in microseconds of network plugin operations. Broken down by operation type.
# TYPE kubelet_network_plugin_operations_latency_microseconds summary
kubelet_network_plugin_operations_latency_microseconds{operation_type="get_pod_network_status",quantile="0.5"} NaN
kubelet_network_plugin_operations_latency_microseconds{operation_type="get_pod_network_status",quantile="0.9"} NaN
kubelet_network_plugin_operations_latency_microseconds{operation_type="get_pod_network_status",quantile="0.99"} NaN
kubelet_network_plugin_operations_latency_microseconds_sum{operation_type="get_pod_network_status"} 47
kubelet_network_plugin_operations_latency_microseconds_count{operation_type="get_pod_network_status"} 11
kubelet_network_plugin_operations_latency_microseconds{operation_type="set_up_pod",quantile="0.5"} NaN
kubelet_network_plugin_operations_latency_microseconds{operation_type="set_up_pod",quantile="0.9"} NaN
kubelet_network_plugin_operations_latency_microseconds{operation_type="set_up_pod",quantile="0.99"} NaN
kubelet_network_plugin_operations_latency_microseconds_sum{operation_type="set_up_pod"} 23
kubelet_network_plugin_operations_latency_microseconds_count{operation_type="set_up_pod"} 2
kubelet_network_plugin_operations_latency_microseconds{operation_type="tear_down_pod",quantile="0.5"} NaN
kubelet_network_plugin_operations_latency_microseconds{operation_type="tear_down_pod",quantile="0.9"} NaN
kubelet_network_plugin_operations_latency_microseconds{operation_type="tear_down_pod",quantile="0.99"} NaN
kubelet_network_plugin_operations_latency_microseconds_sum{operation_type="tear_down_pod"} 29
kubelet_network_plugin_operations_latency_microseconds_count{operation_type="tear_down_pod"} 4
# HELP kubelet_node_config_error This metric is true (1) if the node is experiencing a configuration-related error, false (0) otherwise.
# TYPE kubelet_node_config_error gauge
kubelet_node_config_error 1
# HELP kubelet_pleg_relist_interval_microseconds Interval in microseconds between relisting in PLEG.
# TYPE kubelet_pleg_relist_interval_microseconds summary
kubelet_pleg_relist_interval_microseconds{quantile="0.5"} 1.013125e+06
kubelet_pleg_relist_interval_microseconds{quantile="0.9"} 1.01682e+06
kubelet_pleg_relist_interval_microseconds{quantile="0.99"} 1.032022e+06
kubelet_pleg_relist_interval_microseconds_sum 1.392954348e+09
kubelet_pleg_relist_interval_microseconds_count 1368
# HELP kubelet_pleg_relist_latency_microseconds Latency in microseconds for relisting pods in PLEG.
# TYPE kubelet_pleg_relist_latency_microseconds summary
kubelet_pleg_relist_latency_microseconds{quantile="0.5"} 12741
kubelet_pleg_relist_latency_microseconds{quantile="0.9"} 16211
kubelet_pleg_relist_latency_microseconds{quantile="0.99"} 31234
kubelet_pleg_relist_latency_microseconds_sum 2.4227856e+07
kubelet_pleg_relist_latency_microseconds_count 1369
# HELP kubelet_pod_start_latency_microseconds Latency in microseconds for a single pod to go from pending to running.
# TYPE kubelet_pod_start_latency_microseconds summary
kubelet_pod_start_latency_microseconds{quantile="0.5"} NaN
kubelet_pod_start_latency_microseconds{quantile="0.9"} NaN
kubelet_pod_start_latency_microseconds{quantile="0.99"} NaN
kubelet_pod_start_latency_microseconds_sum 2.884769e+06
kubelet_pod_start_latency_microseconds_count 9
# HELP kubelet_pod_worker_latency_microseconds Latency in microseconds to sync a single pod. Broken down by operation type: create, update, or sync
# TYPE kubelet_pod_worker_latency_microseconds summary
kubelet_pod_worker_latency_microseconds{operation_type="sync",quantile="0.5"} NaN
kubelet_pod_worker_latency_microseconds{operation_type="sync",quantile="0.9"} NaN
kubelet_pod_worker_latency_microseconds{operation_type="sync",quantile="0.99"} NaN
kubelet_pod_worker_latency_microseconds_sum{operation_type="sync"} 412
kubelet_pod_worker_latency_microseconds_count{operation_type="sync"} 1
# HELP kubelet_pod_worker_start_latency_microseconds Latency in microseconds from seeing a pod to starting a worker.
# TYPE kubelet_pod_worker_start_latency_microseconds summary
kubelet_pod_worker_start_latency_microseconds{quantile="0.5"} NaN
kubelet_pod_worker_start_latency_microseconds{quantile="0.9"} NaN
kubelet_pod_worker_start_latency_microseconds{quantile="0.99"} NaN
kubelet_pod_worker_start_latency_microseconds_sum 2.85589e+06
kubelet_pod_worker_start_latency_microseconds_count 9
# HELP kubelet_running_container_count Number of containers currently running
# TYPE kubelet_running_container_count gauge
kubelet_running_container_count 9
# HELP kubelet_running_pod_count Number of pods currently running
# TYPE kubelet_running_pod_count gauge
kubelet_running_pod_count 9
# HELP kubelet_runtime_operations Cumulative number of runtime operations by operation type.
# TYPE kubelet_runtime_operations counter
kubelet_runtime_operations{operation_type="container_status"} 90
kubelet_runtime_operations{operation_type="create_container"} 10
kubelet_runtime_operations{operation_type="exec_sync"} 138
kubelet_runtime_operations{operation_type="image_status"} 25
kubelet_runtime_operations{operation_type="list_containers"} 2586
kubelet_runtime_operations{operation_type="list_images"} 195
kubelet_runtime_operations{operation_type="list_podsandbox"} 2562
kubelet_runtime_operations{operation_type="podsandbox_status"} 77
kubelet_runtime_operations{operation_type="remove_container"} 14
kubelet_runtime_operations{operation_type="run_podsandbox"} 9
kubelet_runtime_operations{operation_type="start_container"} 10
kubelet_runtime_operations{operation_type="status"} 279
kubelet_runtime_operations{operation_type="stop_podsandbox"} 14
kubelet_runtime_operations{operation_type="version"} 190
# HELP kubelet_runtime_operations_errors Cumulative number of runtime operation errors by operation type.
# TYPE kubelet_runtime_operations_errors counter
kubelet_runtime_operations_errors{operation_type="container_status"} 14
kubelet_runtime_operations_errors{operation_type="remove_container"} 4
# HELP kubelet_runtime_operations_latency_microseconds Latency in microseconds of runtime operations. Broken down by operation type.
# TYPE kubelet_runtime_operations_latency_microseconds summary
kubelet_runtime_operations_latency_microseconds{operation_type="container_status",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="container_status",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="container_status",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="container_status"} 5.830434e+06
kubelet_runtime_operations_latency_microseconds_count{operation_type="container_status"} 90
kubelet_runtime_operations_latency_microseconds{operation_type="create_container",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="create_container",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="create_container",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="create_container"} 6.237513e+06
kubelet_runtime_operations_latency_microseconds_count{operation_type="create_container"} 10
kubelet_runtime_operations_latency_microseconds{operation_type="exec_sync",quantile="0.5"} 77674
kubelet_runtime_operations_latency_microseconds{operation_type="exec_sync",quantile="0.9"} 84801
kubelet_runtime_operations_latency_microseconds{operation_type="exec_sync",quantile="0.99"} 91057
kubelet_runtime_operations_latency_microseconds_sum{operation_type="exec_sync"} 1.1581846e+07
kubelet_runtime_operations_latency_microseconds_count{operation_type="exec_sync"} 138
kubelet_runtime_operations_latency_microseconds{operation_type="image_status",quantile="0.5"} 1379
kubelet_runtime_operations_latency_microseconds{operation_type="image_status",quantile="0.9"} 1379
kubelet_runtime_operations_latency_microseconds{operation_type="image_status",quantile="0.99"} 1379
kubelet_runtime_operations_latency_microseconds_sum{operation_type="image_status"} 84242
kubelet_runtime_operations_latency_microseconds_count{operation_type="image_status"} 25
kubelet_runtime_operations_latency_microseconds{operation_type="list_containers",quantile="0.5"} 2860
kubelet_runtime_operations_latency_microseconds{operation_type="list_containers",quantile="0.9"} 5131
kubelet_runtime_operations_latency_microseconds{operation_type="list_containers",quantile="0.99"} 15491
kubelet_runtime_operations_latency_microseconds_sum{operation_type="list_containers"} 8.583973e+06
kubelet_runtime_operations_latency_microseconds_count{operation_type="list_containers"} 2586
kubelet_runtime_operations_latency_microseconds{operation_type="list_images",quantile="0.5"} 4206
kubelet_runtime_operations_latency_microseconds{operation_type="list_images",quantile="0.9"} 6102
kubelet_runtime_operations_latency_microseconds{operation_type="list_images",quantile="0.99"} 7592
kubelet_runtime_operations_latency_microseconds_sum{operation_type="list_images"} 915822
kubelet_runtime_operations_latency_microseconds_count{operation_type="list_images"} 195
kubelet_runtime_operations_latency_microseconds{operation_type="list_podsandbox",quantile="0.5"} 6645
kubelet_runtime_operations_latency_microseconds{operation_type="list_podsandbox",quantile="0.9"} 11038
kubelet_runtime_operations_latency_microseconds{operation_type="list_podsandbox",quantile="0.99"} 21220
kubelet_runtime_operations_latency_microseconds_sum{operation_type="list_podsandbox"} 1.7650737e+07
kubelet_runtime_operations_latency_microseconds_count{operation_type="list_podsandbox"} 2562
kubelet_runtime_operations_latency_microseconds{operation_type="podsandbox_status",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="podsandbox_status",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="podsandbox_status",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="podsandbox_status"} 673056
kubelet_runtime_operations_latency_microseconds_count{operation_type="podsandbox_status"} 77
kubelet_runtime_operations_latency_microseconds{operation_type="remove_container",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="remove_container",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="remove_container",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="remove_container"} 1.781569e+06
kubelet_runtime_operations_latency_microseconds_count{operation_type="remove_container"} 14
kubelet_runtime_operations_latency_microseconds{operation_type="run_podsandbox",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="run_podsandbox",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="run_podsandbox",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="run_podsandbox"} 9.284403e+06
kubelet_runtime_operations_latency_microseconds_count{operation_type="run_podsandbox"} 9
kubelet_runtime_operations_latency_microseconds{operation_type="start_container",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="start_container",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="start_container",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="start_container"} 1.1913088e+07
kubelet_runtime_operations_latency_microseconds_count{operation_type="start_container"} 10
kubelet_runtime_operations_latency_microseconds{operation_type="status",quantile="0.5"} 1555
kubelet_runtime_operations_latency_microseconds{operation_type="status",quantile="0.9"} 2438
kubelet_runtime_operations_latency_microseconds{operation_type="status",quantile="0.99"} 4376
kubelet_runtime_operations_latency_microseconds_sum{operation_type="status"} 496865
kubelet_runtime_operations_latency_microseconds_count{operation_type="status"} 279
kubelet_runtime_operations_latency_microseconds{operation_type="stop_podsandbox",quantile="0.5"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="stop_podsandbox",quantile="0.9"} NaN
kubelet_runtime_operations_latency_microseconds{operation_type="stop_podsandbox",quantile="0.99"} NaN
kubelet_runtime_operations_latency_microseconds_sum{operation_type="stop_podsandbox"} 41502
kubelet_runtime_operations_latency_microseconds_count{operation_type="stop_podsandbox"} 14
kubelet_runtime_operations_latency_microseconds{operation_type="version",quantile="0.5"} 933
kubelet_runtime_operations_latency_microseconds{operation_type="version",quantile="0.9"} 1515
kubelet_runtime_operations_latency_microseconds{operation_type="version",quantile="0.99"} 1674
kubelet_runtime_operations_latency_microseconds_sum{operation_type="version"} 216328
kubelet_runtime_operations_latency_microseconds_count{operation_type="version"} 190
# HELP kubernetes_build_info A metric with a constant '1' value labeled by major, minor, git version, git commit, git tree state, build date, Go version, and compiler from which Kubernetes was built, and platform on which it is running.
# TYPE kubernetes_build_info gauge
kubernetes_build_info{buildDate="2019-02-28T13:35:32Z",compiler="gc",gitCommit="c27b913fddd1a6c480c229191a087698aa92f0b1",gitTreeState="clean",gitVersion="v1.13.4",goVersion="go1.11.5",major="1",minor="13",platform="linux/amd64"} 1
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 44.55
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 33
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 9.2401664e+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.55293758654e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.379233792e+09
# 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://localhost:8443/%7Bprefix%7D",verb="GET",le="0.001"} 44
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.002"} 124
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.004"} 181
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.008"} 183
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.016"} 190
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.032"} 195
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.064"} 195
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.128"} 199
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.256"} 199
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="0.512"} 199
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="GET",le="+Inf"} 202
rest_client_request_latency_seconds_sum{url="https://localhost:8443/%7Bprefix%7D",verb="GET"} 24.538311267
rest_client_request_latency_seconds_count{url="https://localhost:8443/%7Bprefix%7D",verb="GET"} 202
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.001"} 0
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.002"} 0
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.004"} 23
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.008"} 160
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.016"} 172
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.032"} 175
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.064"} 176
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.128"} 177
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.256"} 177
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="0.512"} 177
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH",le="+Inf"} 177
rest_client_request_latency_seconds_sum{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH"} 1.1527289999999994
rest_client_request_latency_seconds_count{url="https://localhost:8443/%7Bprefix%7D",verb="PATCH"} 177
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.001"} 8
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.002"} 10
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.004"} 17
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.008"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.016"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.032"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.064"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.128"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.256"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="0.512"} 49
rest_client_request_latency_seconds_bucket{url="https://localhost:8443/%7Bprefix%7D",verb="POST",le="+Inf"} 52
rest_client_request_latency_seconds_sum{url="https://localhost:8443/%7Bprefix%7D",verb="POST"} 17.43416557
rest_client_request_latency_seconds_count{url="https://localhost:8443/%7Bprefix%7D",verb="POST"} 52
# 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="localhost:8443",method="GET"} 191
rest_client_requests_total{code="200",host="localhost:8443",method="PATCH"} 177
rest_client_requests_total{code="201",host="localhost:8443",method="POST"} 43
rest_client_requests_total{code="403",host="localhost:8443",method="GET"} 2
rest_client_requests_total{code="409",host="localhost:8443",method="POST"} 1
rest_client_requests_total{code="<error>",host="localhost:8443",method="GET"} 37
rest_client_requests_total{code="<error>",host="localhost:8443",method="POST"} 8
# HELP storage_operation_duration_seconds Storage operation duration
# TYPE storage_operation_duration_seconds histogram
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="0.1"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="0.25"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="0.5"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="1"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="2.5"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="5"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="10"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="15"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="25"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="50"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap",le="+Inf"} 3
storage_operation_duration_seconds_sum{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap"} 0.00147889
storage_operation_duration_seconds_count{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/configmap"} 3
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="0.1"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="0.25"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="0.5"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="1"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="2.5"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="5"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="10"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="15"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="25"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="50"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path",le="+Inf"} 15
storage_operation_duration_seconds_sum{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path"} 0.002347783
storage_operation_duration_seconds_count{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/host-path"} 15
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="0.1"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="0.25"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="0.5"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="1"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="2.5"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="5"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="10"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="15"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="25"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="50"} 4
storage_operation_duration_seconds_bucket{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret",le="+Inf"} 4
storage_operation_duration_seconds_sum{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret"} 0.001769817
storage_operation_duration_seconds_count{operation_name="verify_controller_attached_volume",volume_plugin="kubernetes.io/secret"} 4
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="0.1"} 59
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="0.25"} 60
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="0.5"} 60
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="1"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="2.5"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="5"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="10"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="15"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="25"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="50"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap",le="+Inf"} 62
storage_operation_duration_seconds_sum{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap"} 2.039342002999999
storage_operation_duration_seconds_count{operation_name="volume_mount",volume_plugin="kubernetes.io/configmap"} 62
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="0.1"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="0.25"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="0.5"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="1"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="2.5"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="5"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="10"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="15"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="25"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="50"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path",le="+Inf"} 15
storage_operation_duration_seconds_sum{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path"} 0.006827130000000001
storage_operation_duration_seconds_count{operation_name="volume_mount",volume_plugin="kubernetes.io/host-path"} 15
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="0.1"} 83
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="0.25"} 83
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="0.5"} 83
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="1"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="2.5"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="5"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="10"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="15"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="25"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="50"} 85
storage_operation_duration_seconds_bucket{operation_name="volume_mount",volume_plugin="kubernetes.io/secret",le="+Inf"} 85
storage_operation_duration_seconds_sum{operation_name="volume_mount",volume_plugin="kubernetes.io/secret"} 1.9201849530000006
storage_operation_duration_seconds_count{operation_name="volume_mount",volume_plugin="kubernetes.io/secret"} 85
# HELP volume_manager_total_volumes Number of volumes in Volume Manager
# TYPE volume_manager_total_volumes gauge
volume_manager_total_volumes{plugin_name="kubernetes.io/configmap",state="actual_state_of_world"} 3
volume_manager_total_volumes{plugin_name="kubernetes.io/configmap",state="desired_state_of_world"} 3
volume_manager_total_volumes{plugin_name="kubernetes.io/host-path",state="actual_state_of_world"} 15
volume_manager_total_volumes{plugin_name="kubernetes.io/host-path",state="desired_state_of_world"} 15
volume_manager_total_volumes{plugin_name="kubernetes.io/secret",state="actual_state_of_world"} 4
volume_manager_total_volumes{plugin_name="kubernetes.io/secret",state="desired_state_of_world"} 4