Skip to main content

An aiohttp middleware for reporting metrics to Datadog

Project description

CI Status

An aiohttp middleware for reporting metrics to Datadog. Python 3.5+ is required.

Usage

from aiohttp import web
from aiohttp_datadog import DatadogMiddleware
app = web.Application(
    middlewares=(
        DatadogMiddleware('my_app', {
            'host': 'localhost',
            'port': 8126,
        }),
        # ...
    ),
)

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

aiohttp-datadog-0.2.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

aiohttp_datadog-0.2.0-py2.py3-none-any.whl (3.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file aiohttp-datadog-0.2.0.tar.gz.

File metadata

File hashes

Hashes for aiohttp-datadog-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f145649903365b49b2e24e5b0d3a88bb709ac410a0ddd6d072541b11544e0c73
MD5 f9bd106bd70b80deae72661ec70efa8d
BLAKE2b-256 610ba52d7d5ab2f6c758919737e4196667cbd3d8bc419f28becb23cd6c4b1114

See more details on using hashes here.

File details

Details for the file aiohttp_datadog-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aiohttp_datadog-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4b129acfe902b4b8555b30655f4eff7af585e0511373effb740b08775f11fb31
MD5 f62c723d76b5855bbade68f5685ed1e1
BLAKE2b-256 0b1e7c829e7803a6682cd7ae364a3055232c34d8ee2675e503acf2d7ed656b7a

See more details on using hashes here.

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