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 Currently the `NewRelicContextFormatter` implementation doesn't support including the stack trace. It would be convenient if there was an option because it would allow stack frames to be included...

tests-failing

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

tests-failing

_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 Fix a possible typo to make the check against the module function that's actually being wrapped. #...

tests-failing

### Feature Description `NewRelicContextFormatter` is in place as an option to manually decorate logs. However, there is no support for adding stack traces to the logs. This would be convenient...

## Versions ```txt pipenv=2023.12.1 django=5.0.5 python=3.12.3 ``` ## Worker `uvicorn.workers.UvicornWorker` ## Cloud Heroku ## Env ```txt WEB_WORKER_CONNECTION=160 WEB_WORKER_CLASS=uvicorn.workers.UvicornWorker CELERY_POOL=prefork WEB_WORKERS=2 WEB_MAX_REQUESTS=100 WEB_MAX_REQUESTS_JITTER=50 WEB_PRELOAD=0 NOWRAP_APP=0 ``` ## Script ```sh #!/bin/env bash...

bug
needs-triage

# Overview Unpin langchain.

tests-failing

Conflict dependencies chroma db and opentelemetry-proto. **Description** When trying to run a project with newrelic and chroma db the following error is thrown: ``` ERROR collecting tests/controllers/test_features_controller.py (...) DESCRIPTOR =...

### Is your feature request related to a problem? Please describe. We are trying to switch from the old log group subscription approach to your Lambda extension. https://github.com/newrelic/newrelic-lambda-extension It seems...

**Description** If we set `NEW_RELIC_ENABLED=0` and `NEW_RELIC_SERVERLESS_MODE_ENABLED=1`, then the lambda function still emits the special NR_LAMBDA_MONITORING log at the end, which in turn triggers the log group subscription. **Expected Behavior**...

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 Adds support to [Valkey](https://valkey.io/) an opensource fork of Redis. # Related Github Issue Include a link to...

tests-failing