diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4841d82..b1d2b28ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ [//]: # (comment: Don't forget to update statsd/statsd.go:clientVersionTelemetryTag when releasing a new version) +# 3.4.0 / 2020-01-15 + +### Notes + +* [IMPROVEMENT] Improve tags for the telemetry. See [#118][]. +* [IMPROVEMENT] Add option to disable the telemetry. See [#117][]. +* [IMPROVEMENT] Add metrics, event and service check count to the telemetry. See [#118][]. + # 3.3.1 / 2019-12-13 ### Notes @@ -152,6 +160,8 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [#106]: https://github.com/DataDog/datadog-go/issues/106 [#107]: https://github.com/DataDog/datadog-go/issues/107 [#113]: https://github.com/DataDog/datadog-go/issues/113 +[#117]: https://github.com/DataDog/datadog-go/issues/117 +[#118]: https://github.com/DataDog/datadog-go/issues/118 [#115]: https://github.com/DataDog/datadog-go/issues/115 [@Aceeri]: https://github.com/Aceeri [@Jasrags]: https://github.com/Jasrags diff --git a/statsd/statsd.go b/statsd/statsd.go index 799fc0ec4..26ebf4c7a 100644 --- a/statsd/statsd.go +++ b/statsd/statsd.go @@ -75,7 +75,7 @@ var clientTelemetryTag = "client:go" /* clientVersionTelemetryTag is a tag identifying this specific client version. */ -var clientVersionTelemetryTag = "client_version:3.3.1" +var clientVersionTelemetryTag = "client_version:3.4.0" /* UnixAddressPrefix holds the prefix to use to enable Unix Domain Socket