Skip to content

Releases: istreamlabs/go-metrics

v1.11.0

01 Jul 18:17
9d43df1
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/DataDog/datadog-go/v5 from 5.2.0 to 5.3.0 by @dependabot in #31
  • Bump github.com/DataDog/datadog-go/v5 from 5.3.0 to 5.5.0 by @dependabot in #35

Full Changelog: v1.10.0...v1.11.0

v1.10.0

23 Feb 22:40
v1.10.0
1bc679f
Compare
Choose a tag to compare

What's Changed

  • feat: add option for custom configured statsd client by @danielgtaylor in #30
  • Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 by @dependabot in #29
  • Bump github.com/DataDog/datadog-go/v5 from 5.1.1 to 5.2.0 by @dependabot in #28

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

01 Sep 23:26
b643fa2
Compare
Choose a tag to compare

What's Changed

  • fix: fixed unallocated tag map in Event() by @jstaczek-isp in #24
  • chore: remove unused files and update Changelog by @marcind in #26
  • Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.16 by @dependabot in #25
  • feat: move to github.com/DataDog/datadog-go/v5 by @marcind in #27

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

02 Mar 21:12
1516790
Compare
Choose a tag to compare

What's Changed

  • chore: add dependabot config by @marcind in #20
  • Bump github.com/DataDog/datadog-go from 4.8.1+incompatible to 4.8.3+incompatible by @dependabot in #23

New Contributors

Full Changelog: v1.7.0...v1.8.0

Go Metrics 1.7.0

27 Jul 22:30
34e9fd4
Compare
Choose a tag to compare
  • Optimize tag serialization
  • Bump datadog-go dependency versions

Go Metrics 1.6.0

10 Jun 17:22
19917a8
Compare
Choose a tag to compare
  • Add support for WithoutTelemetry option to configure DataDogClient to not send DD telemetry metrics.

Go Metrics 1.5.0

10 Jun 00:45
daf7f42
Compare
Choose a tag to compare
  • Upgrades to datadog-go v3.x
  • Adds Distribution metric API
  • Adds Close API to flush any metrics queued within the client
  • Optimize tag handling to minimize allocations

Support for Go 1.12 - 1.14, go module support

13 Mar 21:18
413bd8b
Compare
Choose a tag to compare

Updates target Go versions and adds go module support. Existing dep support is maintained.

Go Metrics 1.4.0

26 Aug 23:27
7a9d26e
Compare
Choose a tag to compare
  • Updated datadog-go to version 2.2.0

Go Metrics 1.3.1

14 May 17:57
3711fe1
Compare
Choose a tag to compare
  • Add more helpful error message when WithTest(t) is not called on the recorder metrics client during testing.