Skip to content

Releases: circonus-labs/go-trapmetrics

v0.0.15

03 Jan 19:14
b987591
Compare
Choose a tag to compare
  • build(deps): bump github.com/openhistogram/circonusllhist from 0.3.0 to 0.4.0
  • build(deps): bump github.com/circonus-labs/go-trapcheck from 0.0.13 to 0.0.15
  • build(deps): bump github.com/circonus-labs/go-apiclient from 0.7.23 to 0.7.24
  • fix: tests to correctly reflect all 64bit numbers sent as strings for broker

v0.0.14

05 Dec 16:43
06cef05
Compare
Choose a tag to compare

Changelog

Others

v0.0.13

13 Nov 15:34
1860cd4
Compare
Choose a tag to compare
  • fix(lint): unused args
  • chore(lint): struct alignment
  • build(deps): bump github.com/circonus-labs/go-trapcheck from 0.0.12 to 0.0.13

v0.0.12

16 May 19:17
0143767
Compare
Choose a tag to compare
  • build(deps): bump github.com/circonus-labs/go-trapcheck from 0.0.10 to 0.0.11
  • build(deps): bump github.com/circonus-labs/go-apiclient from 0.7.19 to 0.7.23
  • build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.4.0

v0.0.11

28 Mar 17:41
6eb0e27
Compare
Choose a tag to compare
  • feat: add BytesSentGzip stat
  • build(deps): update go-trapcheck from v0.0.9 to v0.0.10

v0.0.10

05 Nov 15:08
0c74d31
Compare
Choose a tag to compare
  • fix: send all 64bit numbers as bignum_as_string in json

v0.0.9

22 Aug 20:21
54a8298
Compare
Choose a tag to compare
  • feat: add UpdateCheckTags method
  • feat: add QueueCheckTag method
  • feat(deps): bump go-apiclient from 0.7.15 to 0.7.18
  • feat(deps): bump go-trapcheck from 0.0.8 to 0.0.9
  • chore: update to go1.17
  • fix(lint): ioutil deprecation

v0.0.8

23 May 19:28
1baf731
Compare
Choose a tag to compare
  • upd: go-trapcheck v0.0.8
  • add: additional text tests (leading/trailing spaces, non-printable char)
  • upd: generic text cleaner method
  • add: trim leading/trailing spaces from text metric values
  • add: replace non-printable chars in text metric values
  • add: replace 'smart' quotes (with regular quotes) in text metric values
  • add: escape any embedded quotes in text metric values
  • add: non-printable char replacement to config (default '_')
  • upd: check type assertions
  • add: more tests for each metric type

v0.0.7

08 Sep 12:38
Compare
Choose a tag to compare
  • upd: go-trapcheck v0.0.7
  • upd: use bytes.Buffer
  • add: FlushRawJSON to send pre-formatted metrics
  • add: FlushWithBuffer to pass in a buffer from a pool
  • upd: use bytes.Buffer for metrics

v0.0.5

08 Jul 19:26
Compare
Choose a tag to compare
  • upd: dep go-trapcheck
  • fix: handle zero metrics to send correctly