Skip to content

Releases: circonus-labs/circonus-gometrics

v3.0.0-beta

28 Nov 20:34
0c2bf02
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release
  • add: log deprecation notice on api calls
  • upd: dependency circonusllhist v0.1.2, go-apiclient v0.5.3
  • upd: snapHistograms() method to use the histogram Copy() if resetHistograms is false, otherwise uses CopyAndReset()

v3.0.0-alpha.5

28 Nov 13:49
d91f5e0
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release
  • add: allow any log package with a Printf to be used
  • upd: circonus-labs/go-apiclient v0.5.2 (for generic log support)
  • upd: ensure only Printf is used for logging
  • upd: migrate to errors package (errors.Wrap et al.)
  • upd: error and log messages, remove explicit log level classifications from logging messages
  • upd: OBSOLETE github.com/circonus-labs/v3/circonus-gometrics/api will be REMOVED --- USE github.com/circonus-labs/go-apiclient

v3.0.0-alpha.4

26 Nov 20:04
0ad3430
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release
  • add: missing SetHistogramDurationWithTags
  • fix: remove cgm v2 dependency from DEPRECATED api package
  • upd: go-apiclient v0.5.1
  • upd: retryablehttp v0.5.0

v2.2.5

26 Nov 18:35
d110b1b
Compare
Choose a tag to compare
  • upd: switch from tracking master to versions for retryablehttp and circonusllhist now that both repositories are doing releases

v3.0.0-alpha.3

22 Nov 01:48
b215064
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release
  • add: RecordDuration, RecordDurationWithTags, SetHistogramDuration

v3.0.0-alpha.2

21 Nov 22:00
21524bc
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release
  • upd: dependencies (circllhist v0.1.2)

v3.0.0-alpha.1

31 Oct 18:57
f0e1e89
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
  • fix: enable check management for add tags test
  • fix: api.circonus.com hostname (accidentally changed during switch to apiclient)

v3.0.0-alpha

31 Oct 18:16
277db92
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release

Alpha release of v3.0.0

  • add: helper functions for metrics *WithTags e.g. TimingWithTags(metricName,tagList,val)
  • upd: default new checks to use metric_filters
  • add: metric_filters support
  • upd: dependencies (circonusllhist v0.1.0)
  • upd: change histograms from type 'n' to type 'h' in submissions
  • upd: DEPRECATED github.com/circonus-labs/circonus-gometrics/api
  • upd: switch to using github.com/circonus-labs/go-apiclient
  • upd: merge other metric tag functions into tags
  • add: helper methods for handling tags (for new stream tags syntax and old check_bundle.metrics.metric.tags)
  • upd: merge other metric output functions into metric_output
  • upd: merge util into metric_output (methods in util are specifically for working with metric outputs)

v2.2.4

28 Sep 18:16
0303312
Compare
Choose a tag to compare
  • fix: worksheet.graphs is a required attribute. worksheet.smart_queries is an optional attribute.

v2.2.3

26 Sep 16:19
45b4287
Compare
Choose a tag to compare
  • upd: remove go.{mod,dep} as cgm being v2 causes more issues than it solves at this point. will re-add after go mod becomes more common and adding v2 to all internal import statements won't cause additional issues. Leave as v2.x.y+incompatible.