README.md in rack-graphite-1.2.0 vs README.md in rack-graphite-1.3.0
- old
+ new
@@ -4,11 +4,11 @@
Rack middleware for automatically logging request information to Graphite.
This gem assumes that you're using
[lookout-statsd](https://github.com/lookout/statsd) and have already initalized
-`Statsd.instance` in your environment before handling any requests.
+`Lookout::Statsd.instance` in your environment before handling any requests.
By default this will log metrics such as:
* For a `GET /` request
* `requests.get.root.`
@@ -50,6 +50,5 @@
get '/' do
'Hello!'
end
end
-