newrelic-python-agent
newrelic-python-agent copied to clipboard
New Relic Python Agent
# Overview This adds support for reading configuration from a TOML file such as `pyproject.toml` to reduce clutter. Layout is: ```toml [tool.newrelic] app_name = "app name" ``` Keys with ....
# Overview * Add testing for `httpx`'s http2 client. * Add external nginx server providing http/2 and http/3 servers with a self signed certificate.
In https://github.com/newrelic/newrelic-python-agent/blob/7d6da2c2326f38487e901ccd51c1d16b86fa8469/tests/framework_aiohttp/_target_application.py#L97 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such as `KeyboardInterrupt`)...
This PR aims to alleviate some of the time consumed by package data collection in the `connect` cycle. Instead of collecting all modules used in the application at startup, the...
_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 This PR adds capabilities for our AI monitoring. It adds support for Google Gemini AI. # Related...
# Overview This contains latest changes and updates for NR security agent integration
# Overview * Add infinite tracing pb2 file for protobuf v5+. * Add infinite tracing proto file for reference and future use. * Update tests for protobuf v5/v4 in tox....
# Overview * Older version of grpc for Python 3.7 testing is conflicting with latest grpc versions when installed, so drop it in favor of just testing supported versions of...
# Overview Add attrs for aws lambda entity linking. >When an application invokes a Lambda, linking between the application and AWS Lambdas is done using the following span attributes: >...
# Overview * Adds new feature to include labels as attributes on all log events. * Adds new feature to attach global custom attributes to all log events. * Adds...