Python bindings to Datadog's API and a user-facing command line tool.
Project description
A Python client for the DataDog API.
Library Documentation: http://pydoc.datadoghq.com
HTTP API Documetation: http://api.datadoghq.com/
DataDogHQ: http://datadoghq.com
Change Log
- 1.0.5
Release date: 2012.05.29
Compatible with python 3.2
- 1.0.4
Release date: 2012.04.16
A rash of performance improvements to DogStatsApi’s stats collection methods.
DogStatsApi’s metrics collection and flushing can now be disabled with a configuration change.
Removed locking from DogStatsApi’s metrics collection, trading some accuracy when many threads are writing to the same instance in exchange for performance.
- 1.0.0
Release date: 2012.03.21
This release is a backwards incompatible rewrite of the library.
The API wrapper was renamed from SimpleClient to DogHttpApi. It’s interface was also updated. Check the docs for changes.
Added DogStatsApi, a tool for collecting metrics with little application overhead.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.