Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

tamtamchik/newrelic-rabbitmq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newrelic-rabbitmq

Docker Pulls Docker Automated GitHub License

Docker wrapper for New Relic RabbitMQ Plugin.

So far it's the best New Relic RabbitMQ Plugin that we have.
¯\_(ツ)_/¯

Usage

With docker:

docker run \
  -e NEW_RELIC_LICENSE_KEY=... \
  -e NEW_RELIC_VERBOSE=0 \
  -e RABBITMQ_MANAGEMENT_API_URL=http://guest:guest@localhost:15672 \
  -e RABBITMQ_CLUSTER_NAME="Production RabbitMQ" \
  tamtamchik/newrelic-rabbitmq

Configuration

Container accepts following environment parameters:

Variable Description Default
NEW_RELIC_LICENSE_KEY Required! New Relic license key.
NEW_RELIC_VERBOSE All output goes to stdout/stderr. 0
RABBITMQ_MANAGEMENT_API_URL RabbitMQ management plugin URL. http://guest:guest@localhost:15672
RABBITMQ_CLUSTER_NAME Name that will show up in NewRelic. Production RabbitMQ