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

**Is your feature request related to a problem? Please describe.** Currently we have a single `INSTRUMENTED` config value that turns _all_ instrumentation on/off. I think it would be useful to...

enhancement
discuss
agent-python

To ensure some user errors don't lead to overblown payload sizes, we want to truncate all strings in the payload to a max length, similar to what we already to...

agent-python

There is no `nightly` docker image available at [python docker images](https://hub.docker.com/_/python/). Investigate if there are other docker repositories offering python nightly builds, and add to Jenkins test handling if available.

enhancement
ci
automation
agent-python

**Is your feature request related to a problem? Please describe.** No, it is not. **Describe the solution you'd like** Just for increasing the convenience of using Transactions, it would be...

agent-python

This parser should parse the following test cases: https://github.com/elastic/apm/blob/master/tests/agents/json-specs/sql_signature_examples.json https://github.com/elastic/apm/blob/master/tests/agents/json-specs/sql_token_examples.json Refers to https://github.com/elastic/apm/issues/13

technical debt
agent-python

**Is your feature request related to a problem? Please describe.** I'm working with a legacy codebase that imports some code, forks and does gevent monkey patching, then imports a bunch...

feature
agent-python

The python agent is the only Elastic agent which doesn't stream data to the APM Server. Using a streaming connection will allow us to re-use connections for things like serverless...

feature
agent-python

**Is your feature request related to a problem? Please describe.** We are running a custom integration for an ERP Application with the Python APM Agent. The problem is that some...

feature
agent-python

Ref #681 Our contributing documentation is a bit lacking. Specifically, it would be nice to have a document that gives a tour of where the various pieces of the code...

agent-python

Trimmed by `utils.encoding.long_field(data)` - Agent version: 6.12.0

agent-python
community
triage