Releases: circonus-labs/circonus-gometrics
Releases · circonus-labs/circonus-gometrics
v3.0.0-beta
- add: log deprecation notice on api calls
- upd: dependency circonusllhist v0.1.2, go-apiclient v0.5.3
- upd:
snapHistograms()
method to use the histogramCopy()
ifresetHistograms
is false, otherwise usesCopyAndReset()
v3.0.0-alpha.5
- 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
- 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
v3.0.0-alpha.3
- add: RecordDuration, RecordDurationWithTags, SetHistogramDuration
v3.0.0-alpha.2
- upd: dependencies (circllhist v0.1.2)
v3.0.0-alpha.1
- fix: enable check management for add tags test
- fix: api.circonus.com hostname (accidentally changed during switch to apiclient)
v3.0.0-alpha
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)