Created
May 28, 2015 18:21
-
-
Save remh/1d6889f7e85b05990a2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Post a simple message | |
DogStatsd.Event("Daily script just finished", "It ran in 2h52m."); | |
// Send an error event | |
DogStatsd.Event("Unauthorized login detected”, "This should never happen", alertType: "error", tags: new[] { "urgent", "security" }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment