Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kenpropel committed Sep 16, 2014
2 parents a1cb174 + 8385ebc commit 9378358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newrelic_redis_agent
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ runner.execute do |opts|

class Agent < NewRelic::Plugin::Agent::Base

agent_guid "net.kenjij.newrelicplugin.redis"
agent_version "1.0.0"
agent_guid "net.kenjij.newrelic_redis_plugin"
agent_version "1.0.1"
agent_config_options :instance_name, :url, :database
agent_human_labels('Redis') do
if instance_name == nil
Expand Down

0 comments on commit 9378358

Please # to comment.