https://github.com/ruflin/apm-python
Official Python agent for the Elastic APM
https://github.com/ruflin/apm-python
Last synced: 7 months ago
JSON representation
Official Python agent for the Elastic APM
- Host: GitHub
- URL: https://github.com/ruflin/apm-python
- Owner: ruflin
- License: other
- Created: 2017-07-13T08:49:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T08:49:19.000Z (about 8 years ago)
- Last Synced: 2025-01-23T16:54:25.544Z (8 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.md
- Contributing: docs/contributing/index.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Opbeat for Python
=================.. image:: https://api.travis-ci.org/opbeat/opbeat_python.svg?branch=master
:target: https://travis-ci.org/opbeat/opbeat_python
:alt: Build Status
.. image:: https://img.shields.io/pypi/v/opbeat.svg?style=flat
:target: https://pypi.python.org/pypi/opbeat/
:alt: Latest Version.. image:: https://img.shields.io/pypi/pyversions/opbeat.svg?style=flat
:target: https://pypi.python.org/pypi/opbeat/
:alt: Supported Python versionsThis is the official Python module for `Opbeat `_.
It provides full out-of-the-box support for many of the popular frameworks,
including Django, and Flask. Opbeat also includes drop-in support for any
WSGI-compatible web application.Your application doesn't live on the web? No problem! Opbeat is easy to use in
any Python application.Documentation
-------------* `Documentation overview `_
* `Get started with Django `_
* `Get started with Flask `_
* `Get started with a custom Python stack `_License
-------BSD-3-Clause
Made with ♥️ and ☕️ by Opbeat and our community.