Sign inSign up

autocom/newrelic_aws_cloudwatch_plugin

By autocom

Updated over 11 years ago

Image
0

1.2K

autocom/newrelic_aws_cloudwatch_plugin repository overview

Dockerized

This image describes the New Relic Amazon CloudWatch Plugin.

Configuration

A container can be fully configured using environment variables. A minimal example:

docker run \
    -e NEWRELIC_LICENSE_KEY=deadbeef123456789 \
    -e AWS_ACCESS_KEY=AKIADEADBEEF123456789 \
    -e AWS_SECRET_KEY=mysecret \
    -e AGENTS_EC2_ENABLED=true \
    autocom/newrelic_aws_cloudwatch_plugin:3.3.2
    

Enabling more agents (with configuration):

docker run \
    -e NEWRELIC_LICENSE_KEY=deadbeef123456789 \
    -e AWS_ACCESS_KEY=AKIADEADBEEF123456789 \
    -e AWS_SECRET_KEY=mysecret \
    -e AGENTS_EC2_ENABLED=true \
    -e AGENTS_EC2_TAGS="[www, worker]" \
    -e AGENTS_ELB_ENABLED=true \
    -e AGENTS_ELB_CLOUDWATCH_DELAY=300 \
    -e AGENTS_RDS_ENABLED=true \
    -e AGENTS_RDS_INSTANCE_IDENTIFIERS="[mysqldb1, mssqldb2]" \
    autocom/newrelic_aws_cloudwatch_plugin:3.3.2
Debug logging

Specify -e NEWRELIC_VERBOSE=1 to enable logging on the DEBUG level.

AWS_USE_AWS_METADATA
AWS_REGIONS

AGENTS_EC2_ENABLED
AGENTS_EC2_CLOUDWATCH_DELAY
AGETNS_EC2_TAGS

AGENTS_RDS_INSTANCE_IDENTIFIERS

Tag summary

Content type

Image

Digest

sha256:3f8b26433

Size

493.4 MB

Last updated

over 11 years ago

docker pull autocom/newrelic_aws_cloudwatch_plugin