Skip to content

Instantly share code, notes, and snippets.

@augustj
Created December 6, 2013 22:12
Show Gist options
  • Save augustj/7833025 to your computer and use it in GitHub Desktop.
Save augustj/7833025 to your computer and use it in GitHub Desktop.
Sidekiq New Relic Plugin
#
#
# This is a sample newrelic_plugin.yml file. Please move this file
# to the following location if it is not already there:
#
# ./config/newrelic_plugin.yml
#
# Where the current directory is the directory where your main program resides and is your current
# directory when you run the main program.
#
# Please make sure to update the license_key information with the license key for your New Relic
# account.
#
#
# Redis connection string: 'redis://user:password@hostname:port:db'
newrelic:
#
# Update with your New Relic account license key:
#
license_key: <%= "#{newrelic_license_key}" %>
#
# Set to '1' for verbose output, remove for normal output.
# All output goes to stdout/stderr.
#
verbose: 1
#
# Agent Configuration:
#
agents:
sidekiq_status_agent:
-
instance_name: <%= "#{newrelic_appname}" %>
uri: <%= "#{redis_url}" %>
namespace: "some_namespace"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment