Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

odlevakp/docker-nr-python-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NewRelic Python Agent inside docker

NewRelic Python Agent inside a docker Ubuntu 16.04 based container.

You need to provide a valid config before running. For instance /tmp/newrelic-python-agent.cfg:

%YAML 1.2
---
Application:
  license_key: REPLACE_WITH_REAL_KEY
  wake_interval: 60

  elasticsearch:
    name: plugin-test
    host: 172.17.0.1
    port: 9200

Look at github for a complete configuration example.

To create a container:

docker run -d \
--name nr-agent \
-v /tmp/newrelic-python-agent.cfg:/etc/newrelic/newrelic-python-agent.cfg \
odlevakp/nr-python-agent:latest

About

NewRelic Python Agent inside docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published