Skip to content

Instantly share code, notes, and snippets.

@mfournier
Created February 24, 2014 19:19
Show Gist options
  • Select an option

  • Save mfournier/9194974 to your computer and use it in GitHub Desktop.

Select an option

Save mfournier/9194974 to your computer and use it in GitHub Desktop.
(streams
(let [hosts (atom #{})]
(fn [event]
(swap! hosts conj (:host event))
((throttle 1 10 index) {:service "unique hosts" :time (unix-time) :metric (count @hosts)})
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment