apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/671
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...
## 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....
**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...
**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...
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...
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)
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.
**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...
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)...