23skdu / nrsak-py

New Relic Swiss Army Knife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#python tool template build into a docker and run from there

$ docker build -t nrsak-py:0.1 

then, example command and output

$ docker run -e NR_KEY=XXXXXXXXXXXXXX nrsak-py:0.1 nrsak.py nrSummary | jq '.applications[].name'
"Python Agent Test"
"Python Application"

About

New Relic Swiss Army Knife

License:The Unlicense


Languages

Language:Python 74.1%Language:Dockerfile 25.9%