riemann v0.1.6 Riemann
A client for the Riemann event stream processor. http://riemann.io
Summary
Functions
Asks the server for a list of events matching the provided query
Sends one or more events synchronously
Functions
Sends one or more events synchronously.
For example:
Riemann.send(service: "my awesome app", metric: 5.0, attributes: [build: "7543"])
Riemann.send([
[service: "my awesome app req", metric: 1, attributes: [build: "7543"]],
[service: "things in queue", metric: 100, attributes: [build: "7543"]]
])
see send/1