Docker wrapper for New Relic RabbitMQ Plugin.
So far it's the best New Relic RabbitMQ Plugin that we have.
¯\_(ツ)_/¯
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
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 |