-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
Copy pathfields.yml
175 lines (175 loc) · 4.93 KB
/
fields.yml
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
- name: container
type: group
description: >
kubernetes container metrics
release: ga
fields:
- name: start_time
type: date
description: >
Start time
- name: cpu
type: group
description: >
CPU usage metrics
fields:
- name: usage
type: group
fields:
- name: core
type: group
fields:
- name: ns
type: double
description: >
Container CPU Core usage nanoseconds
- name: nanocores
type: double
description: >
CPU used nanocores
- name: node.pct
type: scaled_float
format: percent
description: >
CPU usage as a percentage of the total node allocatable CPU
- name: limit.pct
type: scaled_float
format: percent
description: >
CPU usage as a percentage of the defined limit for the container (or total node allocatable CPU if unlimited)
- name: logs
type: group
description: >
Logs info
fields:
- name: available
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Logs available capacity in bytes
- name: capacity
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Logs total capacity in bytes
- name: used
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Logs used capacity in bytes
- name: inodes
type: group
fields:
- name: count
type: double
description: >
Total available inodes
- name: free
type: double
description: >
Total free inodes
- name: used
type: double
description: >
Total used inodes
- name: memory
type: group
fields:
- name: available
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Total available memory
- name: usage
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Total memory usage
- name: node.pct
type: scaled_float
format: percent
description: >
Memory usage as a percentage of the total node allocatable memory
- name: limit.pct
type: scaled_float
format: percent
description: >
Memory usage as a percentage of the defined limit for the container (or total node allocatable memory if unlimited)
- name: rss
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
RSS memory usage
- name: workingset
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Working set memory usage
- name: limit.pct
type: scaled_float
format: percent
description: >
Working set memory usage as a percentage of the defined limit for the container (or total node allocatable memory if unlimited)
- name: pagefaults
type: double
description: >
Number of page faults
- name: majorpagefaults
type: double
description: >
Number of major page faults
- name: rootfs
type: group
fields:
- name: capacity
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Root filesystem total capacity in bytes
- name: available
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Root filesystem total available in bytes
- name: used
type: group
fields:
- name: bytes
type: double
format: bytes
description: >
Root filesystem total used in bytes
- name: inodes
type: group
fields:
- name: used
type: double
description: >
Used inodes