Source: python-elastic-apm
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pandoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-certifi,
 python3-ecs-logging,
 python3-jsonschema <!nocheck>,
 python3-logbook <!nocheck>,
 python3-mock <!nocheck>,
 python3-psutil <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-bdd <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-localserver <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-random-order <!nocheck>,
 python3-pytest-rerunfailures <!nocheck>,
 python3-setuptools,
 python3-structlog <!nocheck>,
 python3-urllib3,
 python3-wrapt,
Standards-Version: 4.7.3
Homepage: https://github.com/elastic/apm-agent-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-elastic-apm
Vcs-Git: https://salsa.debian.org/python-team/packages/python-elastic-apm.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-elastic-apm
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
 python3-aiohttp,
 python3-opentelemetry-api,
 python3-opentelemetry-sdk,
 python3-opentracing,
 python3-starlette,
 python3-tornado,
Suggests:
 ${python3:Suggests},
Description: Elastic APM agent for Python
 The Elastic APM Python agent sends performance metrics
 and error logs to the APM Server.
 It has built-in support for Django and Flask performance
 metrics and error logging, as well as generic support
 of other WSGI frameworks for error logging.
 .
 In addition to APM and error data, the Python agent also
 collects system and application metrics in regular intervals.
 This collection happens in a background thread that is started by the agent.
