newrelic-python-agent
newrelic-python-agent copied to clipboard
New Relic Python Agent
**Description** I've been attempting to add a custom attribute to my Celery traces as per [the docs](https://docs.newrelic.com/docs/apm/agents/python-agent/python-agent-api/addcustomattribute-python-agent-api/). When using the following snippet (as described in [Issue 215](https://github.com/newrelic/newrelic-python-agent/issues/215#issuecomment-1265104001)), I do NOT...
New Relic profile incorrectly shows a few ms for the time to download/upload a file that takes several seconds **Description** `boto3` was instrumented with the fix in #1178 but the...
### Is your feature request related to a problem? Please describe. No. ### Feature Description Please read configuration from the shared configuration file `pyproject.toml` as well as `newrelic.ini` (one or...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** After upgrading to agent version 9.13.0 celery monitoring has stopped reporting and...
### Is your feature request related to a problem? Please describe. The asynchronous client for elasticsearch does not put the database and APM metrics related to the tool. This data...
### Feature Description Granian is a HTTP server for python written in Rust who supports ASGI and WSGI, but it introduces a new protocol called RSGI who has an notable...
### Is your feature request related to a problem? Please describe. We are trying to get backtraces attached to our logged exceptions, the way they are in e.g. the Java...