Newrelic Python Agent Save

New Relic Python Agent

Project README

|header|

.. |header| image:: https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png :target: https://opensource.newrelic.com/oss-category/#community-plus

New Relic Python Agent

The newrelic package instruments your application for performance monitoring and advanced performance analytics with New Relic_.

Pinpoint and solve Python application performance issues down to the line of code. New Relic APM_ is the only tool you'll need to see everything in your Python application, from the end user experience to server monitoring. Trace problems down to slow database queries, slow 3rd party APIs and web services, caching layers, and more. Monitor your app in a production environment and make sure your app can stand a big spike in traffic by running scalability reports.

Visit Python Application Performance Monitoring with New Relic_ to learn more.

.. _New Relic: http://newrelic.com .. _New Relic APM: http://newrelic.com/application-monitoring .. _Python Application Performance Monitoring with New Relic: http://newrelic.com/python

Usage

This package can be installed via pip:

.. code:: bash

$ pip install newrelic

(These instructions can also be found online: Python Agent Quick Start_.)

  1. Generate the agent configuration file with your license key_.

    .. code:: bash

    $ newrelic-admin generate-config $YOUR_LICENSE_KEY newrelic.ini

  2. Validate the agent configuration and test the connection to our data collector service.

    .. code:: bash

    $ newrelic-admin validate-config newrelic.ini

  3. Integrate the agent with your web application.

    If you control how your web application or WSGI server is started, the recommended way to integrate the agent is to use the newrelic-admin wrapper script_. Modify the existing startup script, prefixing the existing startup command and options with newrelic-admin run-program.

    Also, set the NEW_RELIC_CONFIG_FILE environment variable to the name of the configuration file you created above:

    .. code:: bash

    $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program $YOUR_COMMAND_OPTIONS

    Examples:

    .. code:: bash

    $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn -c config.py test_site.wsgi

    $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program uwsgi uwsgi_config.ini

    Alternatively, you can also manually integrate the agent_ by adding the following lines at the very top of your python WSGI script file. (This is useful if you're using mod_wsgi.)

    .. code:: python

    import newrelic.agent newrelic.agent.initialize('/path/to/newrelic.ini')

  4. Start or restart your Python web application or WSGI server.

  5. Done! Check your application in the New Relic UI_ to see the real time statistics generated from your application.

.. _Python Agent Quick Start: https://docs.newrelic.com/docs/agents/python-agent/getting-started/python-agent-quick-start .. _license key: https://docs.newrelic.com/docs/accounts-partnerships/accounts/account-setup/license-key .. _wrapper script: https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-integration#wrapper-script .. _manually integrate the agent: https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-integration#manual-integration .. _New Relic UI: https://rpm.newrelic.com

Additional resources may be found here:

  • New Relic for Python Documentation <https://docs.newrelic.com/docs/agents/python-agent>_
  • New Relic for Python Release Notes <https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes>_

Support

Should you need assistance with New Relic products, you are in good hands with several support diagnostic tools and support channels.

This troubleshooting framework <https://discuss.newrelic.com/t/troubleshooting-frameworks/108787>_ steps you through common troubleshooting questions.

New Relic offers NRDiag, a client-side diagnostic utility <https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics>_ that automatically detects common problems with New Relic agents. If NRDiag detects a problem, it suggests troubleshooting steps. NRDiag can also automatically attach troubleshooting data to a New Relic Support ticket.

If the issue has been confirmed as a bug or is a Feature request, please file a Github issue.

Support Channels ^^^^^^^^^^^^^^^^

  • New Relic Documentation <https://docs.newrelic.com/docs/agents/python-agent>_: Comprehensive guidance for using our platform
  • New Relic Community <https://discuss.newrelic.com/c/support-products-agents/python-agent>_: The best place to engage in troubleshooting questions
  • New Relic Developer <https://developer.newrelic.com/>_: Resources for building a custom observability applications
  • New Relic University <https://learn.newrelic.com/>_: A range of online training for New Relic users of every level
  • New Relic Technical Support <https://support.newrelic.com/>_ 24/7/365 ticketed support. Read more about our Technical Support Offerings <https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/support-plan>_.

Privacy

At New Relic we take your privacy and the security of your information seriously, and are committed to protecting your information. We must emphasize the importance of not sharing personal data in public forums, and ask all users to scrub logs and diagnostic information for sensitive information, whether personal, proprietary, or otherwise.

We define "Personal Data" as any information relating to an identified or identifiable individual, including, for example, your name, phone number, post code or zip code, Device ID, IP address and email address.

Please review New Relic's General Data Privacy Notice <https://newrelic.com/termsandconditions/privacy>_ for more information.

Product Roadmap

See our roadmap <./ROADMAP.md>_, to learn more about our product vision, understand our plans, and provide us valuable feedback.

Contributing

We encourage your contributions to improve the New Relic Python Agent! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at [email protected].

A note about vulnerabilities ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

As noted in our security policy <https://github.com/newrelic/newrelic-python-agent/security/policy>_, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through our bug bounty program <https://docs.newrelic.com/docs/security/security-privacy/information-security/report-security-vulnerabilities/>_.

License

The New Relic Python Agent is licensed under the Apache 2.0 <http://apache.org/licenses/LICENSE-2.0.txt>__ License. The New Relic Python Agent also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.

Open Source Agenda is not affiliated with "Newrelic Python Agent" Project. README Source: newrelic/newrelic-python-agent
Stars
168
Open Issues
36
Last Commit
2 days ago
License

Open Source Agenda Badge

Open Source Agenda Rating