newrelic-python-agent icon indicating copy to clipboard operation
newrelic-python-agent copied to clipboard

New Relic Python Agent

Results 97 newrelic-python-agent issues
Sort by recently updated
recently updated
newest added

**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...

bug
needs-triage

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...

bug
needs-triage

### 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...

bug
needs-triage

### 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...

feature-request

### 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...

feature-request