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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for Flask-Datadog-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7c99e37eb821f346d68d89777fbb655d19c1778fa5d9074dce41916a8a4a3ac4
MD5 743ca9ab730f2547d27c2aeae7880c4f
BLAKE2b-256 e54a33d013367d9d793ed9ed299d0a4f46c98cb079c34c0ec826819b2d92b412

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