Skip to content

Instantly share code, notes, and snippets.

@Nearhan
Created March 1, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nearhan/b71d712dcf35041b2c09 to your computer and use it in GitHub Desktop.
Save Nearhan/b71d712dcf35041b2c09 to your computer and use it in GitHub Desktop.
test stats d
from datadog import statsd
statsd.increment('test.test.test')
statsd.event('This is a test Event', 'This is a a Test Event')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment