Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kenjij/newrelic_redis_plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: kenjij/newrelic_redis_plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 16, 2014

  1. GUID CHANGED!

    kenpropel committed Sep 16, 2014

    Verified

    This commit was signed with the committer’s verified signature.
    caixw caixw
    Copy the full SHA
    8385ebc View commit details
  2. Merge branch 'hotfix/1.0.1'

    kenpropel committed Sep 16, 2014
    Copy the full SHA
    9378358 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 newrelic_redis_agent
4 changes: 2 additions & 2 deletions newrelic_redis_agent
Original file line number Diff line number Diff line change
@@ -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