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 API, StatsD

app = Flask(__name__)
app.config['STATSD_HOST'] = 'localhost'
app.config['DATADOG_API_KEY']  = 'api_key'
app.config['DATADOG_APP_KEY']  = 'app_key'
statsd = StatsD(app)
dogapi = API(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.4.tar.gz (4.3 kB view hashes)

Uploaded Source

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