apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
I followed the basic steps described on the documentation to connect my Flask application. My application connects with a MySql database and with Redshift database. On Kibana web page, when...
We are running Frappe in our Python Project https://frappeframework.com/ https://github.com/frappe/frappe Any tips on how to integrate elastic python apm agent into this?
Because it's using REST APIs underneath, spans are currently being created. But there are (at least) two issues: 1. No enrichment with storage-related context like we do with [`botocore` for...
I am running Django coupled with gunicorn (gevent worker). When gunicorn worker is being auto-restarted (max-requests value is reached), APM client gets stuck most of the time: Following is the...
See meta issue and spec for the description and details: - Meta issue: https://github.com/elastic/apm/issues/790 - Spec issue: https://github.com/elastic/apm/issues/791
**Is your feature request related to a problem? Please describe.** Currently, the agent creates a bunch of threads on initialization, to do background work: * a transport thread for sending...
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/786
While at the PyCon 2023 sprints I contributed to beeware/briefcase. One interesting thing I noted is that they have 100% test coverage. While 100% test coverage doesn't mean your tests...
**Describe the bug**: ... I created a APM service on elastic cloud and using elasticapm on my backend API( FASTAPI + uvicorn + gunicorn) side i created a client using...
**Describe the bug**: I was faced with a very strange and weird issue. When ELK server fails and responds with 500 error, a current HTTP request fails too and my...