Skip to main content

Falcon middleware for application performance monitoring.

Project description

falcon-elastic-apm

Falcon elastic-apm middleware for application performance monitoring.

Installation

pip install falcon-elastic-apm

Usage

Add middleware to your app:

from falcon_elastic_apm import ElasticApmMiddleware
...
app = falcon.API(middleware=[
    ElasticApmMiddleware(
        service_name='falcon_apm', 
        server_url='http://localhost:8200'
    )
])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

falcon_elastic_apm-0.1.1-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page