This repository was archived by the owner on Jun 22, 2022. It is now read-only.
forked from ganglia/gmond_python_modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathriak.conf
More file actions
120 lines (118 loc) · 2.75 KB
/
riak.conf
File metadata and controls
120 lines (118 loc) · 2.75 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
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
modules {
module {
name = "riak"
language = "python"
param url {
value = "http://localhost:8098/stats"
}
}
}
collection_group {
collect_every = 20
time_threshold = 90
metric {
name = "riak_node_get_fsm_time_mean"
title = "Mean for riak_kv_get_fsm calls"
value_threshold = 0
}
metric {
name = "riak_ring_creation_size"
title = "riak_ring_creation_size"
value_threshold = 0
}
metric {
name = "riak_vnode_puts"
title = "Puts handled by local vnodes in the last minute"
value_threshold = 0
}
metric {
name = "riak_node_get_fsm_time_95"
title = "95th percentile for riak_kv_get_fsm calls"
value_threshold = 0
}
metric {
name = "riak_node_put_fsm_time_mean"
title = "Mean for riak_kv_put_fsm calls"
value_threshold = 0
}
metric {
name = "riak_node_put_fsm_time_100"
title = "100th percentile for riak_kv_put_fsm calls"
value_threshold = 0
}
metric {
name = "riak_pbc_active"
title = "Active pb socket connections"
value_threshold = 0
}
metric {
name = "riak_node_get_fsm_time_median"
title = "Median for riak_kv_get_fsm calls"
value_threshold = 0
}
metric {
name = "riak_node_puts"
title = "Puts coordinated by this node in the last minute"
value_threshold = 0
}
metric {
name = "riak_sys_process_count"
title = "riak_sys_process_count"
value_threshold = 0
}
metric {
name = "riak_node_put_fsm_time_median"
title = "Median for riak_kv_put_fsm calls"
value_threshold = 0
}
metric {
name = "riak_vnode_gets"
title = "Gets handled by local vnodes in the last minute"
value_threshold = 0
}
metric {
name = "riak_node_get_fsm_time_99"
title = "99th percentile for riak_kv_get_fsm calls"
value_threshold = 0
}
metric {
name = "riak_node_get_fsm_time_100"
title = "100th percentile for riak_kv_get_fsm calls"
value_threshold = 0
}
metric {
name = "riak_node_put_fsm_time_95"
title = "95th percentile for riak_kv_put_fsm calls"
value_threshold = 0
}
metric {
name = "riak_read_repairs"
title = "riak_read_repairs"
value_threshold = 0
}
metric {
name = "riak_node_gets"
title = "Gets coordinated by this node in the last minute"
value_threshold = 0
}
metric {
name = "riak_mem_total"
title = "riak_mem_total"
value_threshold = 0
}
metric {
name = "riak_ring_num_partitions"
title = "riak_ring_num_partitions"
value_threshold = 0
}
metric {
name = "riak_mem_allocated"
title = "riak_mem_allocated"
value_threshold = 0
}
metric {
name = "riak_node_put_fsm_time_99"
title = "99th percentile for riak_kv_put_fsm calls"
value_threshold = 0
}
}