Slide 30
Slide 30 text
29 . 1
Sending data to riemann
(require '[riemann.client :as r])
(def c (r/tcp-client {:host "localhost"}))
@(r/send-event {:host "myhost.foobar.com"
:service "myservice"
:metric 12.0})
Other languages: Java, Golang, Python, Ruby, C/C++, C#, and
more!