Skip to content

docs: add link to custom integration example #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ elastic-apm -- Elastic APM agent for Python
This is the official Python module for Elastic APM.

It provides full out-of-the-box support for many of the popular frameworks,
including Django, and Flask. Elastic APM also includes drop-in support for any
WSGI-compatible web application.
including Django, and Flask. Elastic APM is also easy to adapt for most
WSGI-compatible web applications via `custom integrations`_.

Your application doesn't live on the web? No problem! Elastic APM is easy to use in
any Python application.

Read the documentation_.

.. _documentation: https://www.elastic.co/guide/en/apm/agent/python/current/index.html
.. _`custom integrations`: https://www.elastic.co/blog/creating-custom-framework-integrations-with-the-elastic-apm-python-agent

License
-------
Expand Down