Timothy Pansino

Results 25 issues of Timothy Pansino

This issue is a follow up / postmortem on PR #1594 Considering this PR has been unmerged and blocked by dependency hell since January, and no one has been able...

# 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

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

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

# Overview * GraphQL Async Instrumentation and Testing updates # Related Github Issue Closes #505

Build full async graphql stack and validate with sleep(10) in the UI that async middleware, resolvers, operation traces all have proper timing.

stale

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** GraphQLResolverTrace does not take field path into account, only field name. **Expected...

bug
needs-triage
stale

Existing instrumentation: ``` wrap_function_wrapper(module, '_completion_code', _nr_wrap_status_code) wrap_function_wrapper(module, '_abortion_code', _nr_wrap_status_code) wrap_function_wrapper(module, '_abort', _nr_wrap_abort) ```

stale

Co-authored-by: Lalleh Rafeei Co-authored-by: Hannah Stepanek Co-authored-by: Uma Annamalai # Overview * Flask class-based and method-based views currently report the class name as the `code.function` source, causing Code Level Metrics...

# Overview * Fix crash in aioredis when initializing agent before importing aioredis on `aioredis>=2.0.1` # Related Github Issue Closes #660