add instantaneous input/output to redis plugin.

This commit is contained in:
Carlos J. Torres 2015-12-02 10:08:56 -05:00 committed by Cameron Sparr
parent 3509713a23
commit a7b77d9658
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ var Tracking = map[string]string{
"total_connections_received": "total_connections_received",
"total_commands_processed": "total_commands_processed",
"instantaneous_ops_per_sec": "instantaneous_ops_per_sec",
"instantaneous_input_kbps": "instantaneous_input_kbps",
"instantaneous_output_kbps": "instantaneous_output_kbps",
"sync_full": "sync_full",
"sync_partial_ok": "sync_partial_ok",
"sync_partial_err": "sync_partial_err",