Skip to content

Instantly share code, notes, and snippets.

@remh
Created May 28, 2015 18:21
Show Gist options
  • Save remh/1d6889f7e85b05990a2f to your computer and use it in GitHub Desktop.
Save remh/1d6889f7e85b05990a2f to your computer and use it in GitHub Desktop.
// 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