Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alq666/6874769 to your computer and use it in GitHub Desktop.
Save alq666/6874769 to your computer and use it in GitHub Desktop.

The Challenge

  1. Sign up for Datadog, get the agent reporting metrics from your local machine. Bonus question- what is the agent?

  2. Submit an event via the API.

  3. Get an event to appear in your email inbox (the email address you signed up for the account with)

  4. Technical Challenge:

  • Take a simple web app (in any language) that you've already built and instrument your code with dogstatsd.
  • While running a load test for a few minutes, visualize page views per second. Send us the link to this graph!
  • Create a histogram to see the latency.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment