X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fredis.c;h=41442b66d53ac64e1c18d76c3faafb9986f1eb0e;hb=a9191cc20f0a5af022ae1d9482af2eaf0098a46a;hp=7edd329c409408f280e68b48fbd58863c2f7ed46;hpb=c23146326ce4c1099df5bd2e02dc80a641eae258;p=collectd.git 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",