apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
**Is your feature request related to a problem? Please describe.** I am using a Redis cluster and when using a Redis cluster client, it doesn't get captured by the APM,...
## What does this pull request do? Use GitHub actions for running the microbenchmarks. Those runners are attached in a different GitHub repository so we can then use the pool...
**Describe the bug**: For any calls to services, all 4xx status codes are reporting as error. This includes expected 401 / 403 / 404 codes, which just indicate an issue...
**Is your feature request related to a problem? Please describe.** Since whole Azure Python SDK is traced using azure-core-tracing abstract tracing, an ElasticAPM Span implementation could be generated so all...
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/806
We've had off and on again interest in [Quart](https://github.com/pallets/quart) support for awhile. Since it's just an async reimplementation of Flask, hopefully we can re-use most of that code.
**Describe the bug**: ... ``` @elasticapm.capture_span() def index(docs): helpers.bulk(client, docs) ``` This is instrumented: This: ``` @elasticapm.capture_span() def index(docs): deque( helpers.parallel_bulk( client, docs, chunk_size=5000, thread_count=4, queue_size=4, raise_on_error=False, raise_on_exception=False, ), maxlen=0,...
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/764
Add support for no-code-changes instrumentation in k8s. Should be able to piggy back off of the work for #1604 [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
Are there any plans to support Pyramid? I found Pyramid mentioned in #268 where there is also survey mentioned but a) Google Docs is blocked at my work b) this...