apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
As noted in #1528, the ASGI middleware doesn't see exceptions. We need to figure out why, so users of the middleware actually see unhandled exceptions. Ref #1528 and #1341
## What does this pull request do? aioredis instrumentation is not available in elastic apm Just like other instrumentations like asyncpg where we show what statement is executed, this PR...
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/634
Hello, Just to mention that in some cases, Redis can be used as Lock mechanism. (ie https://pypi.org/project/python-redis-lock/). In that case the code to monitor would look like follow : ```py...
## What does this pull request do? It adds an instrumentation module for Django management commands. Other than all other instrumentation modules, we override `call_if_sampling`, not `call`. The reason for...
We still test and "support" some very old versions of some libraries and frameworks. This recently caused some failures in the case of celery v3. We should go through and...
## What does this pull request do? ## Related issues closes #ISSUE
## What does this pull request do? I add code for supporting Grpc Client call ## Related issues closes #ISSUE [645](https://github.com/elastic/apm-agent-python/issues/645)
## What does this pull request do? ## Related issues closes #ISSUE