-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy pathmetadata.yaml
More file actions
93 lines (89 loc) · 2.29 KB
/
metadata.yaml
File metadata and controls
93 lines (89 loc) · 2.29 KB
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
display_name: Riak Receiver
type: riak
reaggregation_enabled: true
status:
class: receiver
stability:
beta: [metrics]
distributions: [contrib]
codeowners:
active: [armstrmi]
seeking_new: true
resource_attributes:
riak.node.name:
description: The name this node uses to identify itself.
enabled: true
type: string
attributes:
operation:
description: The operation type for index operations.
requirement_level: recommended
type: string
enum:
- read
- write
- delete
request:
description: The request operation type.
requirement_level: recommended
type: string
enum:
- put
- get
metrics:
riak.memory.limit:
description: The amount of memory allocated to the node.
unit: By
sum:
monotonic: false
aggregation_temporality: cumulative
value_type: int
enabled: true
stability: development
riak.node.operation.count:
description: The number of operations performed by the node.
unit: "{operation}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
stability: development
attributes: [request]
riak.node.operation.time.mean:
description: The mean time between request and response for operations performed by the node over the last minute.
unit: us
gauge:
value_type: int
enabled: true
stability: development
attributes: [request]
riak.node.read_repair.count:
description: The number of read repairs performed by the node.
unit: "{read_repair}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
stability: development
riak.vnode.index.operation.count:
description: The number of index operations performed by vnodes on the node.
unit: "{operation}"
sum:
monotonic: false
aggregation_temporality: cumulative
value_type: int
attributes: [operation]
enabled: true
stability: development
riak.vnode.operation.count:
description: The number of operations performed by vnodes on the node.
unit: "{operation}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
stability: development
attributes: [request]