Update riak layout to group by node name
parent
b72d8c51e7
commit
0eb9cdeec8
|
@ -15,7 +15,7 @@
|
|||
"query": "SELECT max(\"memory_total\") as memory_total_bytes FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
@ -32,7 +32,7 @@
|
|||
"query": "SELECT max(\"node_get_fsm_objsize_median\") AS \"median\", max(\"node_get_fsm_objsize_100\") AS \"100th-percentile\", max(\"node_get_fsm_objsize_99\") AS \"99th-percentile\", max(\"node_get_fsm_objsize_mean\") AS \"mean\", max(\"node_get_fsm_objsize_95\") AS \"95th-percentile\" FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
@ -49,7 +49,7 @@
|
|||
"query": "SELECT max(\"node_get_fsm_siblings_median\") AS \"median\", max(\"node_get_fsm_siblings_mean\") AS \"mean\", max(\"node_get_fsm_siblings_99\") AS \"99th-percentile\", max(\"node_get_fsm_siblings_95\") AS \"95h-percentile\", max(\"node_get_fsm_siblings_100\") AS \"100th-percentile\" FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
@ -66,7 +66,7 @@
|
|||
"query": "SELECT max(\"node_put_fsm_time_median\") / 1000 AS \"median_put_milliseconds\", max(\"node_get_fsm_time_median\") / 1000 AS \"median_get_milliseconds\" FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
@ -83,7 +83,7 @@
|
|||
"query": "SELECT max(\"node_puts\") AS \"puts_per_minute\", max(\"node_gets\") AS \"gets_per_minute\" FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
@ -100,7 +100,7 @@
|
|||
"query": "SELECT max(\"pbc_active\") AS \"active_protobuf_connections\" FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
@ -117,7 +117,7 @@
|
|||
"query": "SELECT max(\"read_repairs\") AS \"read_repairs_per_minute\" FROM riak",
|
||||
"db": "telegraf",
|
||||
"rp": "",
|
||||
"groupbys": [],
|
||||
"groupbys": ["\"nodename\""],
|
||||
"wheres": []
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue