Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 204 Bytes

Riemann.md

File metadata and controls

9 lines (7 loc) · 204 Bytes

Cookbook

  • Average over 10 seconds (fixed-time-window 10 (smap folds/mean index)

  • rename keys in map:

    (smap* (fn [e] (clojure.set/rename-keys e {:plugin :service}) )