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

## Details ⚠️ This PR was created by an automated tool. Please review the changes carefully. ⚠️ We want to set the default permissions for workflows to read-only for contents....

agent-python

## What does this pull request do? Stop using the apm group and custom github action to check if issues are from internal members or not. ## Related issues Closes...

agent-python
community
triage

**Describe the bug**: Update labeler workflow to use the correct actions and groups, see nodejs changes: https://github.com/elastic/apm-agent-nodejs/pull/3906/files **To Reproduce** 1. Open an issue as @xrmx 2. Issues labeled as community...

agent-python
community
triage

## What does this pull request do? Warn that tags are signed and you need to have a pgp key and to enable ssh keys for SSO. ## Related issues...

agent-python
community
triage

(Moved from [original discussion](https://github.com/elastic/apm-agent-python/issues/1548#issuecomment-1875952921)) When running Django under ASGI, the middleware that Elastic APM injects is not tracking standard Django request transactions. Here's my `asgi.py`: ```python django_asgi_app = get_asgi_application() application...

agent-python
community
triage

**Describe the bug**: We can improve the release process documentation a bit: - add that the PR body should be empty? - add more details on creating the release in...

docs
agent-python
community

## What does this pull request do? - Adds typing on **some** of the publicly exposed API functions - Explicitly export API in `__init__.py`

agent-python
community
triage

**Describe the bug**: Cannot reproduce reliably still may be useful to fix: ``` =================================== FAILURES =================================== _________ test_send_remote_failover_sync_non_transport_exception_error _________ should_try = http_send = caplog = @mock.patch("elasticapm.transport.http.Transport.send") @mock.patch("elasticapm.transport.base.TransportState.should_try") def test_send_remote_failover_sync_non_transport_exception_error(should_try, http_send,...

agent-python
community
triage

## What does this pull request do? Add Django 4.2 LTS and Django 5.0 to test matrix. While at it remove some tests that runs only on old and not...

agent-python
community
triage

**Describe the bug**: Occasionally, when using the `elasticapm.Client` (without a framework), during process shutdown (in the `atexit` handler), the transport thread will block forever while trying to send data to...

bug
agent-python
community