-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
metadata.yaml
83 lines (79 loc) · 2.02 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
78
79
80
81
82
83
type: riak
status:
class: receiver
stability:
beta: [metrics]
distributions: [contrib]
codeowners:
active: [djaglowski, armstrmi]
seeking_new: true
resource_attributes:
riak.node.name:
description: The name this node uses to identify itself.
enabled: true
type: string
attributes:
request:
description: The request operation type.
type: string
enum:
- put
- get
operation:
description: The operation type for index operations.
type: string
enum:
- read
- write
- delete
metrics:
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
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
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
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
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
attributes: [request]
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