Skip to main content

New Relic Python Agent

Project description

header

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.

Usage

This package can be installed via pip:

$ pip install newrelic

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

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

    $ newrelic-admin generate-config $YOUR_LICENSE_KEY newrelic.ini
  2. Validate the agent configuration and test the connection to our data collector service.

    $ 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:

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

    Examples:

    $ 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.)

    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.

Additional resources may be found here:

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 steps you through common troubleshooting questions.

New Relic offers NRDiag, a client-side diagnostic utility 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

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 for more information.

Product Roadmap

See our roadmap, 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 opensource@newrelic.com.

A note about vulnerabilities

As noted in our 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.

License

The New Relic Python Agent is licensed under the Apache 2.0 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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

newrelic-10.3.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

newrelic-10.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (825.3 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

newrelic-10.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (825.4 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

newrelic-10.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (827.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (827.0 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

newrelic-10.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (825.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

newrelic-10.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (825.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

newrelic-10.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (827.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (827.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

newrelic-10.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (818.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

newrelic-10.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (819.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

newrelic-10.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (821.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (819.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

newrelic-10.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (817.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

newrelic-10.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (819.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

newrelic-10.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (820.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (819.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

newrelic-10.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (817.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

newrelic-10.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (818.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

newrelic-10.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (820.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (818.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

newrelic-10.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (820.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

newrelic-10.3.0-cp38-cp38-musllinux_1_2_aarch64.whl (821.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

newrelic-10.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (824.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (823.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

newrelic-10.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl (833.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

newrelic-10.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl (832.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

newrelic-10.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (818.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

newrelic-10.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (817.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

File details

Details for the file newrelic-10.3.0.tar.gz.

File metadata

  • Download URL: newrelic-10.3.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for newrelic-10.3.0.tar.gz
Algorithm Hash digest
SHA256 26040d0b707c30dba2c93b3122e87b39d98cc4910bcbb518bf7ab7c8ab62a5b8
MD5 cb471960706029d714bee2392e4e8d2b
BLAKE2b-256 01abb27e61845bea0eb28d43daf8830da703952e06505cbb22f20e26b1d69dfc

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f587779f03b0dc1131e2067221042ce796551bbb73a361046f25102763d1718
MD5 ff1ebdffa6bcc4c81b85814cf0acff4d
BLAKE2b-256 faf6114fc27525a32ad2283597fdc64815db17db15e5f481bbd88e2f37ede00b

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8847709eeda25ce9e577f2d593f0ca12e3de04d3e816e6fda29fa10a4e211900
MD5 d75cfba61b8e6edf3924b25eca2ca80c
BLAKE2b-256 46e20077bc748f6b036b6ada885439f53cfac09790f28735cc6297fe5b08d66e

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92c3da1480db8cd2c6f17e7b7bd09bfcb4a755caab823c9770185a97446f693d
MD5 dcbc322fa1d1b6a0b27e0c66680bc14f
BLAKE2b-256 b10795825a5defdf97ae1347556a6d40057f38e40af4119e51971807b37a3d3a

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f91ad51693f98be5dfd7d115588059e4f2371628aef7412ca830bfdb001d588
MD5 95106289477da0d1f942cd6f08df7ef2
BLAKE2b-256 ce0ff140f0dec7314ca4d92cd2a4c6c4195023d6abcbc86ee4200d2ebeffd895

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9085b07ec7e43c079137b515c007542b8f7ecda15504fc7e863fd235481bd87
MD5 122a50432f7ddc3241ba9106c70ee9aa
BLAKE2b-256 4c9e745b1c1e861bb7a58f8f63e4b2c1cffb71ae6056d0eb0e78016857491eb8

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b459cdb67f3dc64ac16420a951f3c6c2e75b8f4bc68b2bfb3f395e83d611a61
MD5 c0b20b45f555306ffaad23d56b081276
BLAKE2b-256 2385c731df3fba14632b74455fec6d5e24ad41e544aa08023626faa178a9ec79

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30e272c8aa1d812bfe4609db48aa19d3322627263906f5a1cbba267625d0b40f
MD5 0369c44eb3dd101c5d5e8e1cc0b1606a
BLAKE2b-256 c254325cc1200b20ea436d99d1dbfa8f36f9558d02eb8a0e37bff104e5b7e7d4

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31face7377b9083b0e889ea69d2a7d95a79dfdbfcf1bf92256e03d8863c92a68
MD5 cd26ffaa80890b8bc940caeec97aae46
BLAKE2b-256 f9fc8865c8d1ad3d9634c978c0db7afd9304a146b6d17375457e6826be4d5fdc

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e23dfbc55ba7baa3b65d4f2739ba328e15466a4d4767a85fe732082c423b88e0
MD5 5b21547638d06882e73a48479037914a
BLAKE2b-256 47c8719645ed553055427d2ed94d3e490054651f89eda1b1d801e9b8ef845a4f

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 080e764b50be8522df204d5f8fb26bdfa64945da85fe2786bc3051318fa77188
MD5 35afbf51d8ecd221410449e14d351a49
BLAKE2b-256 44d52cac42090e60572348bd8c621422b133bd34f649ab413d60ed9d70a30d46

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 667e91dc56a99358d08d93e9372f5889b3ba0650d0911718baef68ea607419d1
MD5 7ff2b2d46cba33795a8ec341fadfcbaa
BLAKE2b-256 23e9cd9e67eef6acf8a3814779bee928bba249d843a25c7ea6295efd41515695

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5dc21702764dffb8d55349fa75ad3d37a9ee53ab4ade3cc8cb347bdf0ba36268
MD5 7414e556befd57d7e21de5e9aee717bc
BLAKE2b-256 ccd79e0d643a8079005dbec4d341c606e3e851593791173f2d8a8594330f7890

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1caebc9854614435acc28b95efa1b8b2a30eb9ac8778a96ff65ca619ce7e832
MD5 798406d7289ff647937abb31352fb496
BLAKE2b-256 9d73ceeec415dc0b92e175f73963dd59eeea170d844d8d74502d4231de815053

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a5f11d99621495c7edd121c96d8a71f9af4c0036de8546bc3aac94b6183a3f0
MD5 79cc001bfdd8aad6e306edfcc1936111
BLAKE2b-256 c9384e35155a5c6dc749244e2ec90e6c03c8ccec5223b1284283ae413eedb478

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cc803e30b72e2afe7b759a79fbadbed557aa5d51ef36f26d68e9d0aeb156a7f
MD5 02aefdc3ab0f34cfa431195a93a0b3f3
BLAKE2b-256 0ffe53ac0d1c691d078cfa3d6832828f9f90b2ba9d7b8c3fdbc19b85b29fe87a

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2fbdbbb4de1cb305b2c0155639fe74bf6925e54cc014a07176f46fba396cb03
MD5 b9b4af592a876fc8d3292d66df87e412
BLAKE2b-256 e3c8dd1cde28a81a46b5444cdbed452b610eefad4e295e8bd4dccead9d6cdddb

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9453656125daf9b2ece9e49d6d99b064dbb9e85adc1ff6fadd4bdb89ab2f4cd
MD5 65749115589d0c95bf5b7206ac7fb787
BLAKE2b-256 db4680d6160a71924d9c95edb002e75a1287f7f81739e2eba1e57a0ad518e180

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee4ff34ab06f0df4ba823dd368fb79789bcdabe4ffa3c0b880a53a65f610f852
MD5 9edbcde42878f4f39300410cb397a3ea
BLAKE2b-256 6f054c72d1585eae1d1f3afc11fd7e7df117ce287667d81109051cc659163053

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a7f9566282a6c0b1d733dc014b2123577c16a65be4814ea48af46d2c4de2a57
MD5 694e21706d6544b573f8b9e034cd1e88
BLAKE2b-256 a5cc0aa2594ad420df0ff772155c7240ef5d767c6aed11709bf7d06dbfd91410

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5aef5453250fd570af30be7a384b1c85fa5b92ad08a748f3266ea3540f1f06eb
MD5 bdc80ead9ab27ab295d53f30287f2f0e
BLAKE2b-256 2aee847cc93d4bc84dbdb1b57f50257be8c42ea2090a7c9725bb2e39a89bc2d6

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17cbc679ec01bdd01092c159dc76a5c3abe91a5fd713dcf9429103162792cd5b
MD5 3356ed0f39bc0f3c76303ba0df2907e2
BLAKE2b-256 ed9a69debc1fd7242916d4ae726a92541cec5d42adc2f5695cab0d322351c8cb

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c0a41f83a003d87a31a3e290f8c54d680b1590baa86a62ffb60f576ae4bf951
MD5 2c0bd901a1bf0f8a012d922769e15935
BLAKE2b-256 630d96b6e4016cfdb5db0ebeebb6fb7b002dad67ea12110637d3d1bae88c63db

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4315353409952f89c84f2cf99de50aadd793c18ee112701319e96f79e166feec
MD5 a32cced51caf25f80dcba1b8b3008db4
BLAKE2b-256 32a00bb781a05ab7dbda369ad25b4a945b4c53a27f1b513542ef0bec1e038e3a

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fb7c6fcce05c2b7ed00801c10f6dc22efac68debe54ca0c2ff0b1b0e1ad81f8
MD5 563c00be74e077caacc7247d1781271f
BLAKE2b-256 67bf98c66037c2bdd6e3adb3fb1c76dc0a77e570ec7268ab0ebd0944c9e4021a

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bbd6f9f67fc17337719ef4a5abd5c988824e7b824b598dcfebe54d482cca3ab8
MD5 ba7a5da1626bda9b7d4e7443f2f9a1c3
BLAKE2b-256 7556038a1ed7ab6f32c859ec9572ca290edd24f4f6e466f1f3dc48a48dd941d4

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7af34b3d833f15b4deccd8a0909231ba9adb3e86106630e1a1003d8fc57e0710
MD5 798a6e3a71b018e8b5fa6141bdf2781b
BLAKE2b-256 7cf872020f993854a916810fd457d947b150b2a99bbde9e4c2ca687578bb272d

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb741158af8b84638187d12cce54263e4f14eb031778eea03a45cedb92b92678
MD5 c09b5db4bffa161f123795ff56202a04
BLAKE2b-256 271bf934b160e8672701664c133f7c45f78d4f82407ac7840d19b95c244b0f6b

See more details on using hashes here.

File details

Details for the file newrelic-10.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-10.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e8e60d72a8c9d31af96ada5bc20cecb9331079061c5cd0e63ebeed514526678
MD5 f277bbb4c85faa2880ec7b7ac069ada9
BLAKE2b-256 f809c11ac33c8fcb91e65ea9a77a0afcfc6e6fdc62ac15b2bf6944bd0dfb4c33

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page