apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
**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...
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...
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.
**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...
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
**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...
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...
**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...
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...
Trimmed by `utils.encoding.long_field(data)` - Agent version: 6.12.0