README.markdown in riemann-client-0.0.7 vs README.markdown in riemann-client-0.0.8
- old
+ new
@@ -18,11 +18,11 @@
# Or a more complex one
c << {
host: 'web3',
service: 'api latency',
state: 'warn',
- metric: 63.5
- description: "63.5 milliseconds per request"
+ metric: 63.5,
+ description: "63.5 milliseconds per request",
time: Time.now.to_i - 10
}
# :host defaults to gethostname(). :time defaults to current unix time. You
# can explicitly override host...