Skip to main content

Middleware for tracking Falcon requests/responses with Elastic APM.

Project description

elastic-apm-falcon

Middleware for tracking Falcon requests/responses with Elastic APM.

This package provides a middleware for monitoring Falcon applications with Elastic APM. The middleware hooks into Falcon's request and response processing and maintains an Elastic APM client to track transactions and metadata.

Installation

You can install the latest stable version from PyPI:

$ pip install elastic-apm-falcon

Usage

You can add elastic_apm_falcon like any other middleware to your Falcon application. However, you should make sure to import and instrument elasticapm as early as possible.

# import and instrument elasticapm as early as possible
import elasticapm
elasticapm.instrument()

# import remaining modules
import falcon
from elastic_apm_falcon import ElasticApmMiddleware


# initialize Elastic APM middleware
elastic_apm_middleware = ElasticApmMiddleware(service_name="your_service")

# initialize Falcon application
application = falcon.App(middleware=elastic_apm_middleware)

# add routes and resources to your application below
...

License

This package is licensed under the terms of the MIT license.

Made with ♥ at snapADDY.

Project details


Download files

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

Source Distribution

elastic-apm-falcon-0.4.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

elastic_apm_falcon-0.4.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded 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