Skip to content

Instantly share code, notes, and snippets.

@postwait
Created September 27, 2013 04:49
Show Gist options
  • Select an option

  • Save postwait/6724303 to your computer and use it in GitHub Desktop.

Select an option

Save postwait/6724303 to your computer and use it in GitHub Desktop.
(logging/init :file "riemann.log")
(instrumentation {:interval 1})
(periodically-expire 1)
(let [index (default :ttl 3 (update-index (index)))]
(streams
(expired prn)
index))
(streams
(where (not (tagged "riemann")) prn))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment