forked from influxdata/community-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
minio.yml
executable file
·469 lines (469 loc) · 14.2 KB
/
minio.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
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
apiVersion: influxdata.com/v2alpha1
kind: Label
metadata:
name: happy-maxwell-651001
spec:
color: '#F95F53'
name: minio
---
apiVersion: influxdata.com/v2alpha1
kind: Bucket
metadata:
name: earnest-wilbur-251003
spec:
associations:
- kind: Label
name: happy-maxwell-651001
name: minio
---
apiVersion: influxdata.com/v2alpha1
kind: Dashboard
metadata:
name: adventuring-austin-a51001
spec:
associations:
- kind: Label
name: happy-maxwell-651001
charts:
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 0
height: 1
kind: Single_Stat
name: Uptime
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "process_start_time_seconds")
|> map(fn: (r) => ({ r with _value: (int(v: now()) - int(v: int(v: r._value) * 1000000000)) / int(v: 1d) }))
suffix: ' Days'
width: 2
- axes:
- base: "10"
name: x
scale: linear
- base: "10"
name: y
scale: linear
colors:
- hex: '#FFD255'
name: Solid Yellow
type: scale
- hex: '#FFD255'
name: Solid Yellow
type: scale
- hex: '#FFD255'
name: Solid Yellow
type: scale
geom: monotoneX
height: 3
kind: Xy
name: CPU Process Time
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "process_cpu_seconds_total")
|> derivative(unit: v.windowPeriod, nonNegative: true)
|> yield(name: "nonnegative derivative")
shade: true
width: 6
xCol: _time
yCol: _value
yPos: 1
- axes:
- base: "10"
name: x
scale: linear
- base: "10"
name: y
scale: linear
colors:
- hex: '#FD7A5D'
name: Delorean
type: scale
- hex: '#5F1CF2'
name: Delorean
type: scale
- hex: '#4CE09A'
name: Delorean
type: scale
geom: monotoneX
height: 3
kind: Xy
name: RX Bytes Total
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_rx_bytes_total")
|> derivative(unit: v.windowPeriod, nonNegative: true)
|> yield(name: "nonnegative derivative")
shade: true
width: 6
xCol: _time
yCol: _value
yPos: 4
- axes:
- base: "10"
name: y
scale: linear
- base: "10"
name: x
scale: linear
colors:
- hex: '#31C0F6'
name: Nineteen Eighty Four
type: scale
- hex: '#A500A5'
name: Nineteen Eighty Four
type: scale
- hex: '#FF7E27'
name: Nineteen Eighty Four
type: scale
geom: line
height: 3
kind: Xy
name: s3 Request Totals
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_requests_total")
shade: true
width: 6
xCol: _time
yCol: _value
yPos: 7
- axes:
- base: "10"
name: x
scale: linear
- base: "10"
name: y
scale: linear
colors:
- hex: '#31C0F6'
name: Nineteen Eighty Four
type: scale
- hex: '#A500A5'
name: Nineteen Eighty Four
type: scale
- hex: '#FF7E27'
name: Nineteen Eighty Four
type: scale
geom: line
height: 3
kind: Xy
name: Time to First Byte (seconds)
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_ttfb_seconds")
|> filter(fn: (r) => r["_field"] == "count")
|> derivative(unit: v.windowPeriod, nonNegative: true)
|> yield(name: "nonnegative derivative")
shade: true
width: 6
xCol: _time
yCol: _value
yPos: 10
- colors:
- hex: '#7CE490'
name: honeydew
type: text
decimalPlaces: 2
height: 1
kind: Single_Stat
name: Total Storage
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "disk_storage_total")
|> map(fn: (r) => ({r with _value: r._value / 1073741824.00}))
suffix: ' GiB'
width: 2
xPos: 2
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 2
height: 1
kind: Single_Stat
name: Storage Used
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "disk_storage_used")
|> map(fn: (r) => ({r with _value: r._value / 1073741824.00}))
suffix: ' GiB'
width: 2
xPos: 4
- colors:
- hex: '#7CE490'
name: honeydew
type: text
- hex: '#BF3D5E'
name: ruby
type: text
- hex: '#32B08C'
name: viridian
type: text
value: 3
decimalPlaces: 2
height: 1
kind: Single_Stat
name: Storage Available
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "disk_storage_available")
|> map(fn: (r) => ({r with _value: r._value / 1073741824.00}))
suffix: ' GiB'
width: 2
xPos: 6
- axes:
- base: "10"
name: x
scale: linear
- base: "10"
name: y
scale: linear
colors:
- hex: '#FDC44F'
name: Cthulhu
type: scale
- hex: '#007C76'
name: Cthulhu
type: scale
- hex: '#8983FF'
name: Cthulhu
type: scale
geom: monotoneX
height: 3
kind: Xy
name: Memory Allocated
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "go_memstats_alloc_bytes")
shade: true
width: 6
xCol: _time
xPos: 6
yCol: _value
yPos: 1
- axes:
- base: "10"
name: y
scale: linear
- base: "10"
name: x
scale: linear
colors:
- hex: '#31C0F6'
name: Nineteen Eighty Four
type: scale
- hex: '#A500A5'
name: Nineteen Eighty Four
type: scale
- hex: '#FF7E27'
name: Nineteen Eighty Four
type: scale
geom: monotoneX
height: 3
kind: Xy
name: TX Bytes Total
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_tx_bytes_total")
|> derivative(unit: v.windowPeriod, nonNegative: true)
|> yield(name: "nonnegative derivative")
shade: true
width: 6
xCol: _time
xPos: 6
yCol: _value
yPos: 4
- axes:
- base: "10"
name: x
scale: linear
- base: "10"
name: y
scale: linear
colors:
- hex: '#31C0F6'
name: Nineteen Eighty Four
type: scale
- hex: '#A500A5'
name: Nineteen Eighty Four
type: scale
- hex: '#FF7E27'
name: Nineteen Eighty Four
type: scale
geom: monotoneX
height: 3
kind: Xy
name: s3 Current Request
position: overlaid
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_requests_current")
|> filter(fn: (r) => r["api"] == "getbucketlocation" or r["api"] == "getobject" or r["api"] == "getbucketobjectlockconfiguration" or r["api"] == "headbucket" or r["api"] == "headobject" or r["api"] == "listbuckets" or r["api"] == "listobjectsv1" or r["api"] == "newmultipartupload" or r["api"] == "putobjectpart")
|> derivative(unit: v.windowPeriod, nonNegative: true)
|> yield(name: "nonnegative derivative")
shade: true
width: 6
xCol: _time
xPos: 6
yCol: _value
yPos: 7
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 2
height: 1
kind: Single_Stat
name: Error "Put Object Part"
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_errors_total")
|> filter(fn: (r) => r["_field"] == "counter")
|> filter(fn: (r) => r["api"] == "putobjectpart")
|> aggregateWindow(every: v.windowPeriod, fn: last)
|> yield(name: "last")
width: 2
xPos: 6
yPos: 10
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 0
height: 1
kind: Single_Stat
name: Error "Get Bucket Location"
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_errors_total")
|> filter(fn: (r) => r["_field"] == "counter")
|> filter(fn: (r) => r["api"] == "getbucketlocation")
|> derivative(unit: v.windowPeriod, nonNegative: true)
|> yield(name: "nonnegative derivative")
width: 2
xPos: 6
yPos: 11
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 2
height: 1
kind: Single_Stat
name: Error "Object List"
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_errors_total")
|> filter(fn: (r) => r["_field"] == "counter")
|> filter(fn: (r) => r["api"] == "listobjectsv1")
|> aggregateWindow(every: v.windowPeriod, fn: last)
|> yield(name: "last")
width: 2
xPos: 6
yPos: 12
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 2
height: 1
kind: Single_Stat
name: Total Disks
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "minio_disks_total")
width: 2
xPos: 8
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 2
height: 3
kind: Single_Stat
name: Error "Object Lock"
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "s3_errors_total")
|> filter(fn: (r) => r["_field"] == "counter")
|> filter(fn: (r) => r["api"] == "getbucketobjectlockconfiguration")
|> aggregateWindow(every: v.windowPeriod, fn: last)
|> yield(name: "last")
width: 2
xPos: 8
yPos: 10
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 0
height: 1
kind: Single_Stat
name: Offline Disks
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "minio_disks_offline")
width: 2
xPos: 10
- colors:
- hex: '#00C9FF'
name: laser
type: text
decimalPlaces: 2
height: 3
kind: Single_Stat
name: Total Objects
queries:
- query: |-
from(bucket: "minio")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "bucket_objects_count")
|> count()
|> yield(name: "count")
width: 2
xPos: 10
yPos: 10
name: MinIO