Skip to content

Releases: lyft/gostats

Add counter for reserved_words

Choose a tag to compare

@theevocater theevocater released this 16 May 18:52
49e70f1

What's Changed

New Contributors

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

Reduce log spam

Choose a tag to compare

@richunger richunger released this 11 Jan 23:25
6d38a35
Reduce log spam (#167)

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

v0.4.12

Choose a tag to compare

@tomwans tomwans released this 20 Dec 22:46
911c76a

What's Changed

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

v0.4.11: introduce Stop functionality

Choose a tag to compare

@tomwans tomwans released this 20 Dec 19:17
f033a31

What's Changed

New Contributors

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

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

Choose a tag to compare

@tomwans tomwans released this 20 Jul 16:04
296fd24

What's Changed

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

v0.4.9: remove logrus dependency

Choose a tag to compare

@tomwans tomwans released this 19 Jul 17:49
0392366

What's Changed

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

v0.4.8: MilliTimer

Choose a tag to compare

@tomwans tomwans released this 27 May 17:23
56ec36f

What's Changed

New Contributors

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

v0.4.7

Choose a tag to compare

@fsouza fsouza released this 28 Mar 12:22
911d3c5

What's Changed

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

v0.4.6

Choose a tag to compare

@danielmmetz danielmmetz released this 14 Feb 23:05
7495b50

What's Changed

New Contributors

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

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

Choose a tag to compare

@haltwise haltwise released this 21 Sep 19:58
503d0e4

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.