From: Pavel Rochnyak Date: Thu, 5 Jul 2018 03:37:36 +0000 (+0700) Subject: Merge pull request #2845 from rpv-tomsk/tmpfix X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=8a9e349b729ca8aa3144340b5b0fe85183597e06;hp=726262945485c80d0d9e381e811b4c9cfbb2a352 Merge pull request #2845 from rpv-tomsk/tmpfix redis plugin: Remove `operations_per_second` metric. --- diff --git a/src/redis.c b/src/redis.c index 7edd329c..41442b66 100644 --- a/src/redis.c +++ b/src/redis.c @@ -654,8 +654,6 @@ static void redis_read_server_info(redis_node_t *rn) { "total_connections_received", DS_TYPE_DERIVE); redis_handle_info(rn->name, rr->str, "total_operations", NULL, "total_commands_processed", DS_TYPE_DERIVE); - redis_handle_info(rn->name, rr->str, "operations_per_second", NULL, - "instantaneous_ops_per_sec", DS_TYPE_GAUGE); redis_handle_info(rn->name, rr->str, "expired_keys", NULL, "expired_keys", DS_TYPE_DERIVE); redis_handle_info(rn->name, rr->str, "evicted_keys", NULL, "evicted_keys",