apm-agent-python
apm-agent-python copied to clipboard
Official Python agent for Elastic APM
Write an instrumentation for aiohttp to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
Write an instrumentation for Django to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
Making code changes optional for agent onboarding would be a win, allowing more flexibility with an ops-led onboarding story. Should be doable with a pythonpath insertion and a `sitecustomize.py` in...
Write an instrumentation for AWS Lambda to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
This is the meta issue for no-code-changes instrumentation. - [x] [Wrapper Script](https://github.com/elastic/apm-agent-python/issues/1019) - [x] [Django](https://github.com/elastic/apm-agent-python/issues/1597) - [x] [Flask](https://github.com/elastic/apm-agent-python/issues/1598) - [ ] [aiohttp](https://github.com/elastic/apm-agent-python/issues/1599) - [ ] [Tornado](https://github.com/elastic/apm-agent-python/issues/1601) - [ ] [Starlette/FastAPI](https://github.com/elastic/apm-agent-python/issues/1602)...
Write an instrumentation for Sanic to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
Write an instrumentation for Starlett/FastAPI to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
Write an instrumentation for Tornado to for use with the no-code-changes wrapper script + sitecustomize.py [Meta](https://github.com/elastic/apm-agent-python/issues/1600)
A few users have expressed interest in custom metrics (whether through our metrics system or prometheus) in lambda. We should be able to do a single, synchronous collection of the...
**Is your feature request related to a problem? Please describe.** We are in the process of attempting to replace our Sentry integrations noticed that when we get the occasional endpoint...