From 3fab7aca7aa7486d3599e0a3380668b5dfda5862 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Sat, 11 Jun 2016 05:16:13 +0200 Subject: [PATCH] fix dubios format errors --- plugins/rethinkdb/rethinkdb_node_io | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/rethinkdb/rethinkdb_node_io b/plugins/rethinkdb/rethinkdb_node_io index 69f874c8..edda7fa1 100644 --- a/plugins/rethinkdb/rethinkdb_node_io +++ b/plugins/rethinkdb/rethinkdb_node_io @@ -69,11 +69,11 @@ def print_config(): print("graph_args --base 1000 -l 0") print("graph_vlabel Operations / second") print("graph_category rethinkdb") - print("total_qps.label queries per - print("total_qps.type COUNTER") - print("total_rdps.label read docs + print("total_qps.label queries per sec") + print("total_qps.type COUNTER") + print("total_rdps.label read docs per sec") print("total_rdps.type COUNTER") - print("total_wdps.label written do + print("total_wdps.label written docs per sec") print("total_wdps.type COUNTER") exit(0)