Skip to content

Instantly share code, notes, and snippets.

@ulises
Created January 13, 2014 12:35
Show Gist options
  • Save ulises/8399534 to your computer and use it in GitHub Desktop.
Save ulises/8399534 to your computer and use it in GitHub Desktop.
(rstreams/ddt
(rstreams/moving-time-window
interval-in-seconds
(fn [events]
(let [total (reduce + (map :metric events))
example-event (first events)
total-event (assoc example-event :metric total)]
(log/info "Evs:" events)
(log/info "T:" total)
(log/info example-event)
(log/info total-event)
(maybe-alert [total-event])))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment