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
Release history Release notifications | RSS feed
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
File details
Details for the file falcon_elastic_apm-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: falcon_elastic_apm-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d25a9f2f73e62c9d453ee51350061d7add8f3b33dcf91b3d389b4acd84420b0 |
|
MD5 | 8249b53f0356b619a9056b9f47e9d14f |
|
BLAKE2b-256 | 4ed55a0c76511789ef14f0f3d58bd8d104e4674e4f0b1f07f25e563fa0b58ef0 |