-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespace dogstastd #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🍥
Let's detail/highlight the CHANGELOG before this get released.
|
||
### Changes | ||
* [OTHER] Namespace the statsd Class under the Datadog module. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should make a highlight ➕ of that . [OTHER]
sounds too much of a small change.
@@ -1,14 +1,14 @@ | |||
require 'helper' | |||
require 'timecop' | |||
|
|||
describe Statsd do | |||
class Statsd | |||
describe Datadog::Statsd do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to rename this one too? https://github.com/DataDog/dogstatsd-ruby/blob/49dd6b293a2774620a791c55fdd2f13f79186d4a/spec/statsd_spec.rb#L552
Otherwise you can't load it with any other type of statsd.
rack ~> 1.6 for Ruby < 2.2 compatibility json ~> 1.8 for Ruby 1.9.3 compatibility
49dd6b2
to
c47c983
Compare
Thanks for the review @yannmh ! Addressed both of your comments. |
Rebase of #21.