Skip to content

Commit

Permalink
Merge pull request #273 from DataDog/remeh/5.0-statsd-attributes-chan…
Browse files Browse the repository at this point in the history
…gelog

CHANGELOG: mention the move of `host`, `port` and `socket_path` to the parent object.
  • Loading branch information
remeh authored Apr 21, 2023
2 parents 33fcb6c + 64f35f1 commit 9b3ae2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ statsd.flush(sync: true)
statsd.close()
```

5. `statsd.connection` should not be used anymore to get the `host`, the `port` and the `socket_path` of the statsd connection, they are now available directly in the `statsd` object.

### Commits

* [IMPROVEMENT] Use asynchronous IO to avoid doing IO in the hot paths of the library users [#151][] by [@kbogtob][]
Expand Down

0 comments on commit 9b3ae2d

Please sign in to comment.