Image Overview: newrelic-nri-statsd

Overview: newrelic-nri-statsd Chainguard Image

The StatsD integration lets you easily get StatsD data into New Relic

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/newrelic-nri-statsd:latest

Usage

To run the container, you can use the following command:

docker run \
  -d --restart unless-stopped \
  --name newrelic-statsd \
  -h $(hostname) \
  -e NR_ACCOUNT_ID=YOUR_ACCOUNT_ID \
  -e NR_API_KEY=NEW_RELIC_LICENSE_KEY \
  -p 8125:8125/udp \
  cgr.dev/chainguard/newrelic-nri-statsd:latest

Here is the link to get more detail about it, official documentation.

Last updated: 2024-04-11 12:38