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

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

agent-python

All fields should be limited to KEYWORD_MAX_LENGTH, with the exception of the fields noted in the [long fields spec](https://github.com/elastic/apm/blob/main/specs/agents/field-limits.md#long_field_max_length-configuration), which should be limited to a length of 10000. Optionally, we...

technical debt
agent-python

## What does this pull request do? We had no restrictions on the body length in Django. This could result in the event payload being rejected by the APM Server....

agent-python

**Describe the bug**: ... When the request body is too large, reporting to the apm server fails. The error message is: ``` eapm event processor thread elasticapm.transport:286 - Failed to...

bug
agent-python
community

**Describe the bug**: django requests are failing because dbapi2 instumentation seems to result in an InterfaceError Exception, Exception Value: connection already closed ```python Traceback: File "/opt/venv/lib/python3.9/site-packages/django/db/backends/base/base.py" in _cursor 237. return...

bug
agent-python
community

Hello, this is not a bug report but a help request. If this is not the right place I apologize in advance. In the APM section of Kibana I see...

question
agent-python
community

Write an instrumentation for Flask to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)

feature
agent-python
instrumentation

See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/659 This is done for everything except for Elasticsearch.

agent-python

**Is your feature request related to a problem? Please describe.** When opening an issue with AWS Support, they will ask for the Request ID. If you don't have this ID...

feature
agent-python
community

This is an issue to track all of the py2 stuff we can remove once a sufficient waiting period after 6.0 has passed. - [ ] Remove `zerorpc` (py2 only)...

chore
agent-python