-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathmetadata.yaml
54 lines (47 loc) · 1.3 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
type: memory
status:
class: scraper
stability:
beta: [metrics]
distributions: [core, contrib, k8s]
codeowners:
active: [dmitryax, braydonk]
sem_conv_version: 1.9.0
attributes:
state:
description: Breakdown of memory usage by type.
type: string
enum: [buffered, cached, inactive, free, slab_reclaimable, slab_unreclaimable, used]
metrics:
system.memory.limit:
enabled: false
description: Total bytes of memory available.
unit: By
sum:
value_type: int
aggregation_temporality: cumulative
monotonic: false
system.memory.usage:
enabled: true
description: Bytes of memory in use.
unit: By
sum:
value_type: int
aggregation_temporality: cumulative
monotonic: false
attributes: [state]
system.memory.utilization:
enabled: false
description: Percentage of memory bytes in use.
unit: "1"
gauge:
value_type: double
attributes: [state]
system.linux.memory.available:
enabled: false
description: An estimate of how much memory is available for starting new applications, without swapping. This is a more accurate alternative than system.memory.usage with state=free. (Linux only)
unit: By
sum:
value_type: int
aggregation_temporality: cumulative
monotonic: false