apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
**Describe the bug**: As part of the ops KPI review we've been investigating the following errors in ecs logs: ``` decode error: data read error: v2.errorRoot.Error: v2.errorEvent.Exception: v2.errorException.Stacktrace: []v2.stacktraceFrame: v2.stacktraceFrame.Vars:...
**Describe the bug**: According to the specification, span.context.destination.port must be a number. As part of the ops KPI review we've been investigating the following errors in ecs logs: ``` decode...
See meta issue and spec for the description and details: - Meta issue: https://github.com/elastic/apm/issues/814 - Spec issue: https://github.com/elastic/apm/issues/815
**Describe the bug**: I am using logging support which injects correlation ids (trace, transaction, span). However even after running with 100% sample rate I've not been able to get a...
Causes Django's `test_stacktrace_filtered_for_elasticapm` to fail. Perhaps related to https://github.com/GrahamDumpleton/wrapt/issues/231 ?
I have integrated elastic-apm with flask application, following simple document provided in flask-support documentation. Im getting warning: `[2023-09-28 15:07:07,840 base.py->__init__():123]WARNING: No custom SERVICE_NAME was set -- using non-descript default 'unknown-python-service'`...
[Django 5.0](https://docs.djangoproject.com/en/dev/releases/5.0/) released today. We need to verify that our instrumentation still works and add testing.
Need to add tests for psycopg async, which was added in #1944.
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/839
**Is your feature request related to a problem? Please describe.** The Python Elastic APM agent does not automatically instrument async calls to mongodb using motor **Describe the solution you'd like**...