newrelic / nri-statsd

Apache License 2.0
6 stars 8 forks source link

arm64 support in nri-statsd image #29

Closed josemore closed 2 years ago

josemore commented 2 years ago

gostatsd image is available for [arm64](docker pull atlassianlabs/gostatsd:latest)


UPDATE

docker run \
  -d ${RM} \
  --name newrelic-statsd \
  -h $(hostname) \
  -e NR_ACCOUNT_ID=$ACCOUNT \
  -e NR_API_KEY=$LICENSE \
  -v /root/sock:/root/sock \
  -e TAGS="arch:arm64" \
  -e NR_INSIGHTS_COLLECTOR=$NR_INSIGHTS_COLLECTOR \
  -e NR_METRICS_COLLECTOR=$NR_METRICS_COLLECTOR \
  -e NR_STATSD_METRICS_ADDR=/root/sock/newrelic-statsd.socket \
  ohaiops/rruizdegauna-nri-statsd
root@ip-10-10-0-23:~# docker ps
CONTAINER ID   IMAGE                             COMMAND            CREATED          STATUS          PORTS     NAMES
d2cceb9aeb10   ohaiops/rruizdegauna-nri-statsd   "/nri-statsd.sh"   43 seconds ago   Up 41 seconds             newrelic-statsd
root@ip-10-10-0-23:~# uname -a
Linux ip-10-10-0-23 5.4.0-1048-aws #50-Ubuntu SMP Mon May 3 21:42:45 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux

Screenshot 2022-06-10 at 16.19.34.png