Skip to main content

New Relic Python Agent

Project description

New Relic Open Source community project banner.

New Relic Python Agent

GitHub release image image Tests Ruff MegaLinter codecov Secured with Trivy

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.

Contribute

We encourage your contributions to improve the New Relic Python Agent! Keep in mind that 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 (which is required if your contribution is on behalf of a company), 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.

If you would like to contribute to this project, review these guidelines.

To all contributors, we thank you! Without your contribution, this project would not be what it is today. We also host a community project page dedicated to the New Relic Python Agent.

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.14.0.tar.gz (1.3 MB view details)

Uploaded Source

Built Distributions

newrelic-10.14.0-cp313-cp313-musllinux_1_2_x86_64.whl (854.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-10.14.0-cp313-cp313-musllinux_1_2_aarch64.whl (854.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-10.14.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (856.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (856.2 kB view details)

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

newrelic-10.14.0-cp312-cp312-musllinux_1_2_x86_64.whl (854.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-10.14.0-cp312-cp312-musllinux_1_2_aarch64.whl (854.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-10.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (856.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (856.2 kB view details)

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

newrelic-10.14.0-cp311-cp311-musllinux_1_2_x86_64.whl (847.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-10.14.0-cp311-cp311-musllinux_1_2_aarch64.whl (848.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-10.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (850.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (848.8 kB view details)

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

newrelic-10.14.0-cp310-cp310-musllinux_1_2_x86_64.whl (846.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-10.14.0-cp310-cp310-musllinux_1_2_aarch64.whl (848.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-10.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (849.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (848.3 kB view details)

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

newrelic-10.14.0-cp39-cp39-musllinux_1_2_x86_64.whl (846.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-10.14.0-cp39-cp39-musllinux_1_2_aarch64.whl (847.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-10.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (849.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (847.8 kB view details)

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

newrelic-10.14.0-cp38-cp38-musllinux_1_2_x86_64.whl (849.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

newrelic-10.14.0-cp38-cp38-musllinux_1_2_aarch64.whl (850.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

newrelic-10.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (853.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (852.2 kB view details)

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

newrelic-10.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl (862.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

newrelic-10.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl (861.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

newrelic-10.14.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (847.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

newrelic-10.14.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (846.0 kB view details)

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

File details

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

File metadata

  • Download URL: newrelic-10.14.0.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for newrelic-10.14.0.tar.gz
Algorithm Hash digest
SHA256 18e7e6fa1dd758ef3d1648e3b0f15c6b4d94271996dc129f630a4d7278309cf5
MD5 1567ce4abcc06e0c34fb9461599c790f
BLAKE2b-256 c7c42d69e50fe693ed53263f58c83384d2bd719d67e69c3c96283a3961579ed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96f6f3e0b4474d3f941bd0246b50e5676e5ebd1b5d95a89c5aefb60568d14489
MD5 69ed0345d82607d6852a79157a537285
BLAKE2b-256 1d194ea0b753736814d002e8ae585dee33c0ad880347ef122387a10adab13b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79c14d5d9d0811fdb974b0c1493328a6daa0ceeffe397fdd5b6a52254053e203
MD5 2175347bdf05352512844ecda36a6eef
BLAKE2b-256 823f8e53e0295fb119b55a5c8e6eb1a4cce2fa86e482c8a9b2739f923dda4832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c582422d40570484007f1b3c5027f5ed3e58cdad4ad074ba87ffeb7321e42637
MD5 9a9155924f3ef05162bc0efce9b369aa
BLAKE2b-256 be8f2364fb244568075cfc239d24e831a1331e3ecefe9b666c91446c0d2ca6c3

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 231a60ccffae90ed10e5a4c30f07380afe120d178c0e3237a35e8800207de8c4
MD5 190aea07ae32bb2592a9189f0671966c
BLAKE2b-256 25872c415241a2235187dede9a887246694b1e8156ee68d37d82bd1c5466e49c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74c32b4c6767d0d39875ea40f937562729ab32167e2d5c9d12ce79798704b124
MD5 53d48a1be3f2119152d773ead925f9ed
BLAKE2b-256 ece0929209ddff480cc132381ea63107a5f3a7343aec4720d3716c719acf5653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 856c1487f5c5b1d0e4b7df288e43cf18cccd8e7edc63162aba13f7c203e6255b
MD5 1b392102094fa292932474e922b11038
BLAKE2b-256 9b989685dc4b55d682715cc25bd812baf0dc4eba565c0a87f824694eaeb2015b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 658f8c12d3974b1ca0ec16c373dfb9cbb663453372ca3964ad92539c94479b67
MD5 2514fff163db76e6b4b82cd947b1de15
BLAKE2b-256 88d4a660142bc4694d9516fbdb3e9703b9770638ec7c340205f1e00ea9c6eb9b

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 448214f3f47cd5f620a5d649e810cd467c7edbbf3160f8d0f637e8385ba5e77d
MD5 46b3bfb77bcb418c0bf96827eedc2d11
BLAKE2b-256 eeb94b4fd1d93734b5886485a8417dba46b75a92c21511d94961abd9aad25b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e866d3fb2d4b6f5493dd0b31e8ff4ba67aafaa563d0b7c0951dbf47fa4f0af72
MD5 b4780427d70d95953aa745f30af1c24f
BLAKE2b-256 f661af0040ecc866e7b4d9cccaf0fdda1fa2eae05fe0c11a94191ad6979d97fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 267a3d747d0dbebbc1aaa296bfb03b16a1724510fda529efc58eee356dbc7704
MD5 bae25665477003c6d24973ba4718dd7f
BLAKE2b-256 b6b23316be35af95616ad518c7bed4f7ba18e4ad26a679a0afd5da80a4b5bd28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e5003933089be0d2cd02bd08a62c6c0716f26fc875c0dff9551f206ff3c07bf
MD5 c2687ea7225f904ad7024b646a510495
BLAKE2b-256 61eb6fa3b6d06003ffd77c9199bfc76b5618129c443d95b906b73ccdff37d3a0

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34afdc76f21f9d66367ed7c2fba38872339bcfec3bfa91aad4bbd3f28b76d411
MD5 bf8e815cc50aea46f404c86112927de3
BLAKE2b-256 58efaa7b0c2402168bfd0cc3b30e4bac7ca41f633a113b64e12c3aabda8d9aaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8a0e30a17e9ff4ddd1f3f684e0e4a497eeee0fe5cb3de564b934bdffb6ac43d
MD5 64e3a601c827875fa000e7cda2ffdfc0
BLAKE2b-256 a41128a10feb7966c2825dfc69c055b0610c96bc196f9aff0c3d2ea80d7efde7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad2509b5f21d5aa3708ab9b72572a8d66c22b06d575ae42b7c667dd95bb502ea
MD5 bf4ee857eb687b27b7aea80e9b7a6052
BLAKE2b-256 91fce65fdf6f31af42e9743a0e58f853716ffa2fb26797b939b9099e3789d220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 082b381c91acc0b2a11b816847a8d728b6483ca9e9ba834f234dee5e6b93fb7d
MD5 8d142c5bd09b66a9bb6fc87c1e8a2113
BLAKE2b-256 ce73fa06d5bcea07b3dc4d809738b37620c1efb0bd737a4ba45296fa9e63a89d

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a71366ac12c0b156a55d3400d35064cb393b6af5f2bd3a0eb48ed0efb2ffce8e
MD5 34d6c532876baeb39382b6356012e141
BLAKE2b-256 733d4c2caaf1ca8ce2464be7e02b6075c8a5a299d0bb8f5a538077e0a2a24f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e9582abf32dbbbe9b191337cd0f6ea040ec461bf4c723fc66da1c68e0737bc9
MD5 c436bd63cd8cf6e4eb4791434ea3d359
BLAKE2b-256 c0012472a365716c7b8790f7d545ff67738cd47426aadd95047649d0701cb61c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86188bb9973c74cff88de3494ad6e5c6e617300febf14215d257d4b5e6b4e005
MD5 4c06230f2f27ed2579595d7f72a48405
BLAKE2b-256 458a069b2179db81a6c2567e0ea70fbfff27f7397f916692dce380e6875243e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2bf1c154ca85531c3d3a258c8dd7e213d8a741d10af36358304cc33493ff6e2
MD5 18c11efe9565fb006268878bfb497e87
BLAKE2b-256 f45f893c10d1bbe7af3790aa55653aad98230dd01d664d11f542af90589b3873

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a638f0371ba82498911e229c93b38960f36ee51968c4201a9ec8933e702036f8
MD5 8e1221d023540b0dea165822fb4a02c3
BLAKE2b-256 19defd64b7d012dc0dc757694e22d50b959cc88bad4d748f5ce693084ccb1424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24e92c7e4343bd43bea5d0e94e2e8fec21d27c997501ebd3e5dd14056dba9a8a
MD5 4110bd62c854d6dee0d785b622d6738e
BLAKE2b-256 9dd5994f38dd9620c34f1f4d429cefda9967dc7984b42cf654e664c1fbaff14f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b6625191a2c0ba9754f0a5d73d213c514e37e4a95dc4e57fc6e34be2de75a29
MD5 894feabe7ae9b769b0487e5ebe00a569
BLAKE2b-256 8f0a8941c1181c2c6ff6fcca554c3cc224ef82c4200b95cf361dfb1bfc65f4bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9335c0c1a9d2b5fc80c701252276e11678414fa6ca3970bacecbd7e69a927bf9
MD5 5228aa6b4ad7b48aa8ef33d7a1eaa75c
BLAKE2b-256 aca8d9fc3ed224fe6f1d53a1c469477880e86b1868ed0f8f7d24ac52d267497f

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d17a1529716cf2b1cbca3669065246af4af3dc9c2e74b93f26000f631dcce312
MD5 1007eab546baa2ca64ae1bbbd9a9c03c
BLAKE2b-256 8e6aa3875359d9dd34018a5c62b7ab50e3d2e4e8a237a7c57e41e85d2d3b4b75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d08187de95f8220df302553ebbeeaf446ea345e7206a65154a2286ed9e28d0c1
MD5 62bfc80e037bd2ff8467a03308aa9f4b
BLAKE2b-256 10a65122019159758a03d96359368b002aa0e397c9a71823c0a68ac8c8917716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d35a5058599c491b8cc4cf0f102c5a0837acefe9d577a8fcb5cbdca1f05f1172
MD5 c62c80f27527de747a217d5d40922c04
BLAKE2b-256 29a23dcb0cec5072df041c5fde62ab1e24f9ce943261a5f0bd18554b312a321a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-10.14.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55c3e9c62d10b670a155f466ce9202b3be2e2557dec7cf876bae014229160b5a
MD5 c12672ae08f2e2090f386934b7ef2d88
BLAKE2b-256 9f0f79aeb2531879a74b094b2d07b7238b8739ed7e5da303c8269d3d7e008513

See more details on using hashes here.

File details

Details for the file newrelic-10.14.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.14.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e9074ada285e4ec3cb9c9a310c8d9820f7f33d44831195b999ea40d00466d99
MD5 92d8ecc508b07328ef61986bdb6d3152
BLAKE2b-256 c7e71a5468e88906be72f22e74fec92bf276e35093e42d57a8fd906c1370d545

See more details on using hashes here.

Supported by

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