interested in msg dispatched

This commit is contained in:
Yann Esposito 2015-03-24 17:26:21 +01:00
parent 71c8c3ef2f
commit 451a3d9478

View file

@ -67,8 +67,10 @@
;; Meaning sum, min, max, mean, median and count
; (add-all-grouping-streams "supercellvagrant facebook nb")
(add-sum-stream "supercell prod facebook msg")
(add-sum-stream "supercell prod nb")
(add-sum-stream "supercell prod msg")
(add-max-stream "supercell prod latency")
(add-sum-stream "haarp nb")
(add-sum-stream "haarp events")
@ -146,3 +148,6 @@
(alert-if-critical-too-long "load" 120)
(alert-if-critical-too-long "memory" 120)
(alert-if-critical-too-long "disk /" 120)
(def graph (graphite {:host "localhost"}))
(streams graph)