newrelic-python-agent
newrelic-python-agent copied to clipboard
New Relic Python Agent
_Before contributing, please read our [contributing guidelines](https://github.com/newrelic/newrelic-python-agent/blob/main/CONTRIBUTING.rst) and [code of conduct](https://github.com/newrelic/.github/blob/master/CODE_OF_CONDUCT.md)._ # Overview Describe the changes present in the pull request # Related Github Issue Include a link to the...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** Instrumentation of module works, but if call is wrapped in loop_run_in_executor then...
This PR adds: 1. Instrumentation for graphene-django 1. A fix to the user seeing an introspection field (__schema) after loading/reloading a GraphiQL page while running New Relic.
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** When trying to do `pip install newrelic` it throws an error and...
_Before contributing, please read our [contributing guidelines](https://github.com/newrelic/newrelic-python-agent/blob/main/CONTRIBUTING.rst) and [code of conduct](https://github.com/newrelic/.github/blob/master/CODE_OF_CONDUCT.md)._ # Overview Describe the changes present in the pull request # Related Github Issue Include a link to the...
# Overview This PR moves `validate_custom_event_in_application_stats_engine` and `validate_custom_event_count` into its own separate file within the testing_support/validators directory
**Description** Someone sent malformed requests to try to find vulnerabilities. Some of them raised exceptions in NewRelic's code. **Expected Behavior** Not raise an exception and let the app handle it....
## Overview The changes include all the necessary modifications to APM codebase to invoke and control NR CSEC module. ## Related Github Issue - none ## Testing ### Automated test...
**Description** While publishing message to apache kafka , getting error with Newrelic Message Transaction - **Error 'MessageTransaction' object has no attribute 'destination_name'** **code** ``` producer = KafkaProducer( bootstrap_servers=bootstrap_servers, value_serializer=lambda x:...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) We've recently bumped our newrelic python package from 7.4.0.172 to 8.7.1 and are...