-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcAdvisor_query.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 56 should actually have 2 columns, instead of 1 in line 55.
56 lines (56 loc) · 1.86 KB
/
cAdvisor_query.csv
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
'container_cpu_cfs_periods_total',''
'container_cpu_cfs_throttled_periods_total',
'container_cpu_cfs_throttled_seconds_total',
'container_cpu_load_average_10s',
'container_cpu_system_seconds_total',
'container_cpu_usage_seconds_total',
'container_cpu_user_seconds_total',
'container_file_descriptors',
'container_fs_inodes_free',
'container_fs_inodes_total',
'container_fs_io_current',
'container_fs_io_time_seconds_total',
'container_fs_io_time_weighted_seconds_total',
'container_fs_limit_bytes',
'container_fs_read_seconds_total',
'container_fs_reads_bytes_total',
'container_fs_reads_merged_total',
'container_fs_reads_total',
'container_fs_sector_reads_total',
'container_fs_sector_writes_total',
'container_fs_usage_bytes',
'container_fs_write_seconds_total',
'container_fs_writes_bytes_total',
'container_fs_writes_merged_total',
'container_fs_writes_total',
'container_last_seen',
'container_memory_cache',
'container_memory_failcnt',
'container_memory_failures_total',
'container_memory_mapped_file',
'container_memory_max_usage_bytes',
'container_memory_rss',
'container_memory_swap',
'container_memory_usage_bytes',
'container_memory_working_set_bytes',
'container_network_receive_bytes_total',
'container_network_receive_errors_total',
'container_network_receive_packets_dropped_total',
'container_network_receive_packets_total',
'container_network_transmit_bytes_total',
'container_network_transmit_errors_total',
'container_network_transmit_packets_dropped_total',
'container_network_transmit_packets_total',
'container_processes',
'container_scrape_error',
'container_sockets',
'container_spec_cpu_period',
'container_spec_cpu_quota',
'container_spec_cpu_shares',
'container_spec_memory_limit_bytes',
'container_spec_memory_reservation_limit_bytes',
'container_spec_memory_swap_limit_bytes',
'container_start_time_seconds',
'container_tasks_state',
'container_threads',
'container_threads_max'