apm-agent-python icon indicating copy to clipboard operation
apm-agent-python copied to clipboard

Official Python agent for Elastic APM

Results 205 apm-agent-python issues
Sort by recently updated
recently updated
newest added

**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,...

agent-python
community
triage

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

agent-python

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

agent-python
community
triage

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

feature
agent-python
community
instrumentation

See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/806

agent-python

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.

feature
agent-python

**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,...

bug
agent-python
community

See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/764

agent-python

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)

feature
agent-python
instrumentation

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

feature
agent-python
community
instrumentation