Giter Club home page Giter Club logo

newrelic-python-agent's Introduction

New Relic Python Agent
======================

Thanks for trying the New Relic Python agent.

(C) Copyright 2010-2013 New Relic Inc. All rights reserved.

See the 'INSTALL' file for installation instructions.

See the 'newrelic/LICENSE' file for the licenses covering this software.

newrelic-python-agent's People

Contributors

bss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

newrelic-python-agent's Issues

Can I use features of apm as many as possible without multiprocessing module

I get the error in a SaaS platform (newrelic-2.58.1.44)

Traceback (most recent call last):
  File "/data1/www/htdocs/310/weiboxb/1/index.wsgi", line 10, in <module>
    from myapp import app
  File "/data1/www/htdocs/310/weiboxb/1/myapp/__init__.py", line 6, in <module>
    from newrelic import agent
  File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/agent.py", line 1, in <module>
    from .config import initialize, extra_settings
  File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/config.py", line 17, in <module>
    import newrelic.core.agent
  File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/core/agent.py", line 17, in <module>
    import newrelic.core.application
  File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/core/application.py", line 20, in <module>
    from newrelic.core.data_collector import create_session
  File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/core/data_collector.py", line 38, in <module>
    from ..common.system_info import (docker_container_id,
  File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/common/system_info.py", line 10, in <module>
    import multiprocessing
  File "/usr/local/sae/python/lib/python2.7/multiprocessing/__init__.py", line 65, in <module>
    from multiprocessing.util import SUBDEBUG, SUBWARNING
  File "/usr/local/sae/python/lib/python2.7/multiprocessing/util.py", line 41, in <module>
    from subprocess import _args_from_interpreter_flags
ImportError: cannot import name _args_from_interpreter_flags

Now the platform of my web application can not full support apm of python agent. Can I use features as many as possible without multiprocessing module?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.