-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
78 lines (63 loc) · 1.48 KB
/
metadata.yaml
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
type: disksusagemetrics
status:
class: receiver
stability:
development: [metrics]
sem_conv_version: 1.9.0
attributes:
mount.point:
description: Location in the directory where the filesystem is mounted.
type: string
metrics:
disk.total:
enabled: true
description: Total size of the file system.
unit: byte
gauge:
value_type: int
disk.used:
enabled: true
description: Amount of space used on the file system.
unit: byte
gauge:
value_type: int
disk.free:
enabled: true
description: Amount of space available on the file system.
unit: byte
gauge:
value_type: int
disk.utilization:
enabled: true
description: Percentage of disk usage for the file system.
unit: utilization
gauge:
value_type: double
mount.total:
enabled: true
description: Total size of the file system.
unit: byte
gauge:
value_type: int
attributes: [mount.point]
mount.used:
enabled: true
description: Amount of space used on the file system.
unit: byte
gauge:
value_type: int
attributes: [mount.point]
mount.free:
enabled: true
description: Amount of space available on the file system.
unit: byte
gauge:
value_type: int
attributes: [mount.point]
mount.utilization:
enabled: true
description: Percentage of disk usage for the file system.
unit: utilization
gauge:
value_type: double
attributes: [mount.point]