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', {
            'statsd_host': 'localhost',
            'statsd_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.1.0.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

aiohttp_datadog-0.1.0-py2.py3-none-any.whl (3.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for aiohttp-datadog-0.1.0.tar.gz
Algorithm Hash digest
SHA256 44b273ee02352247d0261c2edef88c5da94d0860332dd66f5caa2dba6dfd774c
MD5 ab275b6f5e79727c003948d6b2bc59cd
BLAKE2b-256 540026a12dfe494e045aef94fff7b8bf6d365fe36ec540af5f4db190dd874ac4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiohttp_datadog-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b3b8fa39eb9eec09d6b845ee858f0eab003b8dcb53f6d27b41feef16a1cd1491
MD5 3954c21c99853d19f910ae92fe8eb781
BLAKE2b-256 46491a07b854d01b53679576012c3ba16beea859ad65c065fbe4c9a1bef39896

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