Skip to main content

Access to dogstatsd in your app.

Project description

This is a simple Flask extension that allows to access DogStatsd in your Flask application. It has an API compatible with Flask-StatsD

Installation

To install it, simply:

pip install Flask-Datadog

Usage

You only need to import and initialize your app

from flask import Flask
from flask.ext.datadog import StatsD

app = Flask(__name__)
app.config['STATSD_HOST'] = 'statsd.local'
statsd = StatsD(app)

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

Flask-Datadog-0.1.2.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file Flask-Datadog-0.1.2.tar.gz.

File metadata

File hashes

Hashes for Flask-Datadog-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5b9e003774051e38b9bed91a020ff2b2c8cd03e38a5eab57c309dbe93e404258
MD5 66f77de9d718ac47ed4e7030d5e64c8d
BLAKE2b-256 d2b5011b8ffeef3e261ce0a51c1781d34e4c16eb4efe6f71c591e6e3a2ad1d01

See more details on using hashes here.

Provenance

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