Skip to content

An aiohttp middleware for reporting metrics to Datadog

License

Notifications You must be signed in to change notification settings

aljinovic/aiohttp-datadog

 
 

Repository files navigation

aiohttp-datadog

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,
        }),
        # ...
    ),
)

About

An aiohttp middleware for reporting metrics to Datadog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%