Skip to content

Commit

Permalink
Merge pull request #375 from TOMHTML/patch-1
Browse files Browse the repository at this point in the history
Command stats : graph "cmd_set"
  • Loading branch information
gmr committed Jan 28, 2015
2 parents bfc6459 + 05509e1 commit 3fcf905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic_plugin_agent/plugins/memcached.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def add_datapoints(self, stats):
self.command_value('Delete', 'delete', stats)
self.command_value('Get', 'get', stats)
self.command_value('Incr', 'incr', stats)
self.add_derive_value('Command/Requests/Set', '', stats['cmd_set'])
self.add_derive_value('Command/Requests/Set', 'requests', stats['cmd_set'])

self.add_gauge_value('Connection/Count', 'connections',
stats['curr_connections'])
Expand Down

0 comments on commit 3fcf905

Please sign in to comment.