Skip to content

Instantly share code, notes, and snippets.

@conorbranagan
Created June 5, 2013 18:40
Show Gist options
  • Save conorbranagan/5716128 to your computer and use it in GitHub Desktop.
Save conorbranagan/5716128 to your computer and use it in GitHub Desktop.
submit_gauge(_, {_Epoch, none}, _) -> ok.
submit_gauge(MetricName, Point, Props) -> datadog:gauge(MetricName, Point, Props).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment