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 [email protected].

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

Uploaded Source

Built Distributions

newrelic-10.15.0-cp313-cp313-musllinux_1_2_x86_64.whl (856.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-10.15.0-cp313-cp313-musllinux_1_2_aarch64.whl (856.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-10.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (858.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (858.0 kB view details)

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

newrelic-10.15.0-cp312-cp312-musllinux_1_2_x86_64.whl (855.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-10.15.0-cp312-cp312-musllinux_1_2_aarch64.whl (856.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-10.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (858.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (858.0 kB view details)

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

newrelic-10.15.0-cp311-cp311-musllinux_1_2_x86_64.whl (848.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-10.15.0-cp311-cp311-musllinux_1_2_aarch64.whl (850.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-10.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (852.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (850.6 kB view details)

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

newrelic-10.15.0-cp310-cp310-musllinux_1_2_x86_64.whl (848.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-10.15.0-cp310-cp310-musllinux_1_2_aarch64.whl (849.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-10.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (851.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (850.1 kB view details)

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

newrelic-10.15.0-cp39-cp39-musllinux_1_2_x86_64.whl (847.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-10.15.0-cp39-cp39-musllinux_1_2_aarch64.whl (849.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-10.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (851.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (849.6 kB view details)

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

newrelic-10.15.0-cp38-cp38-musllinux_1_2_x86_64.whl (850.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

newrelic-10.15.0-cp38-cp38-musllinux_1_2_aarch64.whl (852.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

newrelic-10.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (855.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (854.0 kB view details)

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

newrelic-10.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl (863.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

newrelic-10.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl (863.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

newrelic-10.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (849.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

newrelic-10.15.0-cp37-cp37m-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.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

File details

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

File metadata

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

File hashes

Hashes for newrelic-10.15.0.tar.gz
Algorithm Hash digest
SHA256 58b89e559e89c70248912c0583cf8d88fed6e5f54bc1f25429a802cf7a4cce71
MD5 b68dd39839c31fe5a7973d58d75f1e13
BLAKE2b-256 0432e4e19a70161cada7477811a94d694b9aa3cc4357c7f58d5e91590a5ce1f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0.tar.gz:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f54bace5901080c6b24eac719da636959598cd25804d948cf2fbbbce23bdae6
MD5 bf052d613c1cc1afa067596873f81c7f
BLAKE2b-256 051486ecc7d6898d65884146b5cba72f3512419bb39084f60039a1ded37715ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 151055c933020df35ea87c94c1eb7d2fe4f4fb459a83304bdcac08a66d93f866
MD5 4b5ca815423c7209c1ed4182f66af1a0
BLAKE2b-256 e3452c82e8cd357d6c8d0e4c031712e3ecf6d6632be7510beea3ced576eaefe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95c5b077c86ad315730793baa643354530a06bbcde9e2eeb18e0f170fa1811ec
MD5 d87ec4972201e2990749416b5296a719
BLAKE2b-256 9ca4b67ff709fdb3ad20438a9805e25c77503b6c9bbc48667b8e2d7658a0679a

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f9896d69ca5638c88f2eb323e640157ce9159d92c41544afe7acedafe5f1d0d
MD5 a5e98948f787a4c51f0a585df3922ecf
BLAKE2b-256 2dcd2df8130d515760a488b52e3afc23e825697b0fca276fab67d9ebfe4962a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac068e4a2be86037c111f9248af2e9c06cc65b1ef9a55de4087790b3c3958e01
MD5 c7466ccb9ddafdf8e2017717b1aa2679
BLAKE2b-256 63f4fb5d4410b4aff75c204ccfaa20059c662e124873608e48369a5a3601410c

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7112aab18da0008cfd21fdc15f15a81370dfa6f988fa8d7bf3f696cbf26f9a7b
MD5 28b6ec2974c800a2df14d288b2b3d1f9
BLAKE2b-256 200b35c25e40a63ae439e9c2d3b3d0ed95999fb9feadf5ecb6b2ca0376b08b0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7ebd2fd1a16608a36ce11a28707e311155e72a49a4727a6a6982a732338e5ed
MD5 8273748937609d8f84cc2cc2fa737b6b
BLAKE2b-256 9d249999f3fd4e0538448b700de00ffcf25f2f2f3396f490644a67434b2f1b5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b61679657b01c51ca06e1862c042283a1f0c7b0d7f3f85acfed1160dfb2b7c54
MD5 a0ac40e3765e9b0deec5089563409afa
BLAKE2b-256 7da778d034d2f60526ca839d00da857f639bb994e0dbdeefea861ce4e3972bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dce475813f8d3d757a1a1b91b2ff51fe4c0b5660b55171936d0d5a8c73767d89
MD5 555b55762941236ae0b7f55407287304
BLAKE2b-256 feb0337fb8030332db2618b3095bb04a06f1c8e189c4ff8c0a857f07bd40a71b

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12ae7cbff6fc26e02f65d643f183c58588d334fc531950bc4bcb9a6dfa1a2144
MD5 df65798694c86174e45bd52f2fd38a61
BLAKE2b-256 5270da0ab5054770bdb346a525ce23b2074b9071f6c63484d2960708add194bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 830f9c6191aa5e6056ef08a39806982347ae31a462424cb802307973b9d8072c
MD5 90ea1b69a9cea73ce2cbd2824bbcff2b
BLAKE2b-256 2e78324175a6fec50aafb871d531d9421ce0dd406e8ae6cb34eb5fc9e934d17b

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1531ab83124f1b92ba3b3d02ac5f2894b0de972101dd7f84e5cdb775502b2d01
MD5 b5fff86871b777c71ae179686e11e40b
BLAKE2b-256 1ecc5209bbf6333a59ca04cf027ea1cd9427662f472c4a1e8763102f8ae79a38

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 319418cde6193bdca497433e771d7597719dd0c5aeb6dff65cffc6bf78a4f3fc
MD5 0e2cb1dc7a3c049cb275effedf28b38c
BLAKE2b-256 c5da8e74d72d34fabed6fe6a13b72b0e7f08ea222dc46d566854d461e2e9bafa

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f61f8d86f0aa023caa31bde7fd23cd5272e702bd695367e385779f949e6dab7
MD5 32c56b343ff33a53e14c3d12d3fe8de4
BLAKE2b-256 4f550a847df483b956b7dfd1cdc000654182d52767a8dea4f82b691a61fa0be9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78b1e46a14c1ea56d66167944877e355d59a589c304bbe6973d11f76bd9dc2ea
MD5 8f7cdd4252f7a09923a6cfa6ec21ee64
BLAKE2b-256 b3f8de1f66e4f417c764293d4f805b1beb6c9ef8469efc84a27344dd2a8f5e88

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 294343756ef23d09a7f4683d79fbf3d387b7fca16199705cb6be90f557d5c8ec
MD5 cee1245b8f6ee14a330ec07df245fe86
BLAKE2b-256 61fcc135ff9e3f99775b86ac3248712d4bec1f4c07b0389c9edba363f89d3e7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35d45cedced870be221c2e577ce9e81e185d1f3dfe614404e9eb8fc8189d8d4d
MD5 54d4f818ae45b1604aad8ecccda5016f
BLAKE2b-256 8f3c1971e0ce175a0207487a9550f0e5f534d478f4d140981cbfdd37f1cdb3c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 588f04e9f152465b07c58d78ffb85eaa9f91e796bdcb501985f2288f7156e468
MD5 399f57583b80baa08a71ec340f247127
BLAKE2b-256 4f8c1822421fc26a6cd1c033c4efb738c89862dc72b674a3c4551c8550cda600

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 224c1b6d369a7f179f432829c95a2e9e86231c080cb2d4e0847122eda3481f55
MD5 422f101e9b51e64e0ff5c2871dbe24c9
BLAKE2b-256 2cfd71c30eb92e8003733dbca4f1b7044780f385b8c837b978b134d21ca1c825

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efd61040df0dde96c4c84739b927aa652e97d46b3101411d0fc5274203852443
MD5 8160c0ad83cee16940cecb2dcaf69df7
BLAKE2b-256 021cfa8d9df08c50c13a81032c28deb867fcf1d33d6241ba83e64cde432428b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2504e440ec82a39eadf75f86d1eaba60cb0009446ca8447191547104598f0be
MD5 be2fdfe5411fe5ae8d9bc10172b4d420
BLAKE2b-256 8cd0aba269cb81d91fe6502ed1be623d6fbda50c9374b7d15416662ae6375018

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a907bc45a835c63fd923b7a93bda50631e781874832f56ec212ced2887dbc500
MD5 cb1c540926dc40a7c4df25a50338a53a
BLAKE2b-256 3344ec8c96b04a5dac334f6204b9911badeb62b6b264332d7104797ac0cc4a67

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dae08d73a278ad94b46f7536375bf2b4f4eaf19069bfd787af385fe32d71e762
MD5 0641f697d5fb7bed009435fbe0fde914
BLAKE2b-256 e980c63bea5c14af536071f5190892377625088225c9797521fc6e07efebdf80

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7a0ca6b41f03d20a69d83a2100cc088cbd056d52bdcd55596bb0bfa1ed1841e
MD5 273a530a99094b35307ddbf0a4cdd384
BLAKE2b-256 0cc0fe67c710e054b2d13015b3b1a28ba006703e8652f7fe096cf9ab29112dd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 95b4fbb008a5f42d2dfb4db6d5376d340d724f98f3e4e255ae89fda4bdac9aa4
MD5 c739ec4e254f139a96cf6f85f7f66558
BLAKE2b-256 076ba9e9f90e149d9e406c5d6c29c712f72c1970c9338d2e6c37562005d1daa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0669dd109eacaab3f877378817f2163dc5705af6fafe02ec12bc5df54cd2fd8b
MD5 2319387e0de871a77cfce9fd6478b5a4
BLAKE2b-256 5ca86d150156bb12c463272ccbe602b90c62c9ae6e5486469610dcc4104ae24e

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for newrelic-10.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89e6026b408e84ff3920e2c1580afd6370a8999e385b0a50adb5aa7d2bf20514
MD5 5384cf90ba838d9fcdf04e38589b1e3c
BLAKE2b-256 b3fe6f5f22cb9855fbe26201b68e4926ddd3a1f78f68f3580a2b8d380ad097fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-10.15.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.15.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56ac35688bea0cecbb647239d8bec25d425c15e708201a1b6b872a6939aa5e98
MD5 4ff6a308ea485f6426d7983fa2419a2f
BLAKE2b-256 b01e3620f89c137b0990c7b292f4ed1031be9ff26492a2c6c3a129ec7ac24423

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-10.15.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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