Created
March 1, 2016 18:38
-
-
Save Nearhan/b71d712dcf35041b2c09 to your computer and use it in GitHub Desktop.
test stats d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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