Skip to content

tdg5/newrelic-python-agent-graphql-issue

Repository files navigation

newrelic-python-agent-graphql-issue

Setup

  1. Clone and docker build
git clone https://github.com/tdg5/newrelic-python-agent-graphql-issue.git
cd newrelic-python-agent-graphql-issue
docker build -t newrelic-python-agent-graphql-issue .
  1. Test run without NEW_RELIC_LICENSE_KEY
docker run --rm newrelic-python-agent-graphql-issue
  1. Test run with NEW_RELIC_LICENSE_KEY
read NEW_RELIC_LICENSE_KEY
# paste New Relic license key and press enter

docker run --rm --env "NEW_RELIC_LICENSE_KEY=$NEW_RELIC_LICENSE_KEY" newrelic-python-agent-graphql-issue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published