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

# Overview Starting in [Sanic version 21.9.0](https://sanic.readthedocs.io/en/stable/sanic/changelog.html#version-21-9-0), Sanic added a TouchUp metaclass that rewrites methods on the Sanic class effectively undoing our instrumentation wrapping on startup of the server. This...

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** When running a Sanic app with NewRelic I see this warnings on...

bug
needs-triage

# Overview * PID used in memory sampler for metric naming is incorrect in forked processes. Fixed by always getting the PID again. # Related Github Issue #566

**Description** Upgrading anything above [v6.6.0.162](https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-6060162) will make our GraphQL endpoints slower by some margin. From stable ~30ms to hovering between 50-100ms. Also CPU and RAM utilization is also noticable -...

bug
needs-triage

# Overview * Add instrumentation for Hypercorn ASGI server, a project by Pallets (maintainers of Flask) which split from Quart. * Supports both ASGI 2/3, testing included for all current...

Hi, I've integrated newrelic agent into my gunicorn+flask application which uses preload hooks. All the metrics that are sent from my forked workers are sent under the PID of the...

stale

I'm using Flask framework, and the web transaction name is automatically determined by callable_name of function. As a result, stakeholders that access NewRelic dashboards cannot understand which endpoint is related...

feature-request

**Description** After setting `error_collector.expected_status_codes`, no errors are marked as expected. **Expected Behavior** Errors with the status codes given in setting are marked as expected. **[Troubleshooting](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787) or [NR Diag](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics) results** The...

bug
needs-triage

_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 * Increases the custom event limit from 1200 / minute to 30000 / minute.

### Is your feature request related to a problem? Please describe. To illustrate, consider a process from a client calling a process in a server via a HTTP API, which...

stale
feature-request