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**: When in django view some expensive query gets executed and it exceeds statement_timeout, OperationalError occurs and it makes repeatedly the same query X times (where X is...

agent-python
community
triage

**Describe the bug**: Can't use ELASTIC_APM_SERVER_URL = "url:port" when building elastic apm instance from aiohttp app since new url control have been added on Yarl dependent library. **To Reproduce** 1....

agent-python
community
triage

**Is your feature request related to a problem? Please describe.** I’m interested in implementing custom metrics like: - Processing time for a request, which would be a float value (e.g.,...

agent-python
community
triage

## What does this pull request do? Make `ConfigurationError` messages more descriptive on init. This is especially useful where ENV variables are not set. Turns this error message: ``` ERROR...

agent-python
community
triage

See [here](https://github.com/elastic/apm-agent-python/actions/runs/11248516257/job/31273784137#step:3:71) ``` Dependabot can't update vulnerable dependencies without a lockfile The currently installed version can't be determined. To resolve the issue add a supported lockfile (Pipfile.lock, pyproject.lock or poetry.lock)....

agent-python

**Describe the bug**: Flask transaction data are not gathered due to 400 decode error with HTTPHeader value Dependency and metric data are gathered and shown on dashboard but transaction data...

agent-python
community
triage

**Describe the bug**: I was expecting APM to help me understand whats going within my websocket connections (Django + Channels + Daphne). However, the very first line of `ASGITracingMiddleware` ignores...

agent-python
community
triage

**Describe the bug**: When using Azure Table Client (package `azure-data-tables`) inside an Azure Function instrumented with `elasticapm.contrib.serverless.azure.ElasticAPMExtension` and querying a data table using `PartitionKey` and `RowKey`, the underlying HTTP request...

agent-python
community
triage

See meta issue and spec for the description and details: - Meta issue: https://github.com/elastic/apm/issues/888 - Spec issue: https://github.com/elastic/apm/issues/889

agent-python

``We are running a webapp on Azure, which uses Elastic APM (elastic-apm==6.23.0). Since 08/29/2024, without changing anything our app is failing to run, with: ``` crypto/fips/fips.c:154: OpenSSL internal error: FATAL...

agent-python
community
triage