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.3.tar.gz (2.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for Flask-Datadog-0.1.3.tar.gz
Algorithm Hash digest
SHA256 383f862c3e642adda0d1e4fdddb3276c728cd9b1e349f395cde40bb0df08b35d
MD5 04fbdf5150644293168dded95b1595c2
BLAKE2b-256 f27d87f8214bf3059d94cfe94a43a5e67c5cd9f2f85099205cc5b7f168b0d1ed

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