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'
)
])
Release files for falcon-elastic-apm 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| falcon_elastic_apm-0.1.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / falcon_elastic_apm-0.1.1-py2.py3-none-any.whl
| Download URL | falcon_elastic_apm-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
4d25a9f2f73e62c9d453ee51350061d7add8f3b33dcf91b3d389b4acd84420b0
|
|
BLAKE2b-256 checksum How to use checksums |
4ed55a0c76511789ef14f0f3d58bd8d104e4674e4f0b1f07f25e563fa0b58ef0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|