Releases: lyft/gostats
Releases · lyft/gostats
Add counter for reserved_words
What's Changed
- Add reserved_words counter by @theevocater in #168
New Contributors
- @theevocater made their first contribution in #168
Full Changelog: v0.4.13...v0.4.14
Reduce log spam
Reduce log spam (#167) The flushing log line spews lots of logs and doesn't provide that much value.
v0.4.12
v0.4.11: introduce Stop functionality
What's Changed
- Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #135
- Bump actions/setup-go from 3.2.1 to 3.3.0 by @dependabot in #137
- settings: add flush interval function by @dschaller in #138
- Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #139
- Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #141
- Bump actions/setup-go from 3.3.0 to 3.3.1 by @dependabot in #140
- build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #142
- allow periodic flushes to Stop being emitted. by @tomwans in #146
New Contributors
- @dschaller made their first contribution in #138
Full Changelog: v0.4.10...v0.4.11
v0.4.10: don't flush zero counters (again)
v0.4.9: remove logrus dependency
What's Changed
- Bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #133
- remove logrus dependency by @tomwans in #134
Full Changelog: v0.4.8...v0.4.9
v0.4.8: MilliTimer
What's Changed
- Bump actions/checkout from 3.0.0 to 3.0.1 by @dependabot in #125
- Bump actions/checkout from 3.0.1 to 3.0.2 by @dependabot in #126
- Bump actions/setup-go from 3.0.0 to 3.1.0 by @dependabot in #130
- Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #129
- introduce MilliTimer by @tomwans in #131
New Contributors
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 by @dependabot in #122
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #124
- Bump actions/setup-go from 2.2.0 to 3 by @dependabot in #123
- tcp_sink: test empty flush by @charlievieth in #93
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- tests: disable running tests in parallel in Travis CI by @charlievieth in #109
- Do flush 0-valued counters by @haltwise in #108
- Remove remaining Glide bits by @ameliariely in #110
- Add GitHub actions instant-failure by @keith in #113
- Migrate to GHA by @fsouza in #114
- Bump github.com/sirupsen/logrus from 1.0.6 to 1.8.1 by @dependabot in #115
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #116
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #117
- Bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #118
- Gauges in the mock sink should store the value not add to it by @almost in #111
- Bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #121
- Retry failed writes once by @danielmmetz in #120
New Contributors
- @ameliariely made their first contribution in #110
- @keith made their first contribution in #113
- @fsouza made their first contribution in #114
- @dependabot made their first contribution in #115
- @almost made their first contribution in #111
Full Changelog: v0.4.5...v0.4.6
v0.4.5: mock: Additional output details on assertion failures
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.