Skip to content

Releases: lyft/gostats

Add counter for reserved_words

16 May 18:52
49e70f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.13...v0.4.14

Reduce log spam

11 Jan 23:25
6d38a35
Compare
Choose a tag to compare
Reduce log spam (#167)

The flushing log line spews lots of logs and doesn't provide that much
value.

v0.4.12

20 Dec 22:46
911c76a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.11...v0.4.12

v0.4.11: introduce Stop functionality

20 Dec 19:17
f033a31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.10...v0.4.11

v0.4.10: don't flush zero counters (again)

20 Jul 16:04
296fd24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.4.10

v0.4.9: remove logrus dependency

19 Jul 17:49
0392366
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8: MilliTimer

27 May 17:23
56ec36f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

28 Mar 12:22
911d3c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

14 Feb 23:05
7495b50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5: mock: Additional output details on assertion failures

21 Sep 19:58
503d0e4
Compare
Choose a tag to compare

v0.4.5

  • #105 List the names of all recorded metrics in the failure message for assertions that fail due to an expected metric not being found, so that you can easily compare the expected metric name to the actually-generated metric name.