newrelic-python-agent
newrelic-python-agent copied to clipboard
New Relic Python Agent
### Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'd like to...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** When `redis` and `aioredis==1.3.1` is used together, newrelic tries to pickup the...
this PR was closed -> https://github.com/newrelic/newrelic-python-agent/pull/624 with "Closing as a won't fix. This is a one-off customer issue and would require agreement amount all the agent teams to make it...
I believe I'm hitting the same issue as https://github.com/newrelic/newrelic-python-agent/issues/605, however, I don't think `graphene` is part of the problem. I think the real problem is `newrelic`+`graphql-core`. I think that the...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** [NOTE]: # ( Describe the problem you're encountering. ) Hello! We've setup...
**Description** When running in K8S with ipv6 addresses, client fails with error like `Invalid "kubernetes" data ("kubernetes_service_host"): "fd95:b6e3:daad::1"` **Expected Behavior** Agent should accept ipv6 addresses **[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**...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** We have an application that instruments our log records with extra attributes...
# Overview * Add path to GraphQLResolverTrace as an attribute * Use path to automatically name GraphQLResolverTrace. # Related Github Issue Closes #520
**Description** Ariadne GQL execute wrapper throws an unhandled error. The same GQL operation succeeds when newrelic is disabled. **Expected Behavior** 1. There shouldn't be an error thrown 2. Errors in...
_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...