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

**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:...

bug
agent-python
upstream
8.12-candidate

**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...

bug
agent-python
8.12-candidate

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

agent-python
8.12-candidate

**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...

agent-python
community
triage

Causes Django's `test_stacktrace_filtered_for_elasticapm` to fail. Perhaps related to https://github.com/GrahamDumpleton/wrapt/issues/231 ?

bug
technical debt
agent-python
upstream
8.12-candidate

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'`...

agent-python
community
triage

[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.

feature
technical debt
agent-python
8.12-candidate

Need to add tests for psycopg async, which was added in #1944.

technical debt
agent-python

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

agent-python

**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**...

feature
agent-python
community
instrumentation