Skip to content

Commit

Permalink
dogstatsd-ruby, v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
degemer committed Sep 22, 2016
1 parent 3eac20d commit caeb70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

2.0.0/ UNRELEASED
2.0.0/ 2016.09.22
=================

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then start instrumenting your code:

``` ruby
# Load the dogstats module.
require 'statsd'
require 'datadog/statsd'

# Create a stats instance.
statsd = Datadog::Statsd.new('localhost', 8125)
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# = Datadog::Statsd: A DogStatsd client (https://www.datadoghq.com)
#
# @example Set up a global Statsd client for a server on localhost:8125
# require 'statsd'
# require 'datadog/statsd'
# $statsd = Datadog::Statsd.new 'localhost', 8125
# @example Send some stats
# $statsd.increment 'page.views'
Expand Down

0 comments on commit caeb70b

Please sign in to comment.