Skip to content

Releases: graze/dog-statsd

PHP 8 support

14 Apr 20:42
f8c2048
Compare
Choose a tag to compare
  • Added support for PHP 8.0
  • Dropped support for PHP 5.6 and 7.0

Distribution Metrics

22 Jan 13:56
a4daf25
Compare
Choose a tag to compare

Support Default ENV Vars

29 Jul 16:47
94fe0c0
Compare
Choose a tag to compare

Supports the default DataDog Environment Variables:

  • DD_AGENT_HOST used to provide the Agent hostname.
  • DD_DOGSTATSD_PORT used to provide the DogStatsD port.
  • DD_ENTITY_ID used to provide an identifier to the Client.

Tags

26 Jun 12:07
f001f5d
Compare
Choose a tag to compare
  • Adds TagProcessors so you can dynamically inject tags based on external data
  • Adds Client::deleteInstance method to remove instances.
  • Correctly closes sockets on destruction of the client.

less strict configuration

24 Aug 12:31
Compare
Choose a tag to compare
  • Accepts the port being an integer string '1234'. So you can pass environment variables directly in if required.

Refactor message sending

08 Aug 09:57
Compare
Choose a tag to compare
  • Caches the connection to speed up sends
  • Better error handling
  • Support for larger messages (>8k)

Adding support for histogram

02 Dec 21:15
Compare
Choose a tag to compare

Does what it says on the tin.

Minor Formatting

04 Aug 14:16
Compare
Choose a tag to compare

Rename Release

10 Feb 16:19
Compare
Choose a tag to compare

Renamed the package to dog-statsd

Initial Release

04 Nov 15:23
Compare
Choose a tag to compare