Skip to content

Releases: circonus-labs/circonus-gometrics

v2.2.1

20 Aug 20:09
dd698dc
Compare
Choose a tag to compare
  • fix: if submission url host is 'api.circonus.com' do not use private CA in TLSConfig

v2.2.0

15 Aug 18:30
17dc51d
Compare
Choose a tag to compare
  • fix: do not reset counter|gauge|text funcs after each snapshot (only on explicit call to Reset)
  • upd: dashboards - optional widget attributes - which are structs - should be pointers for correct omission in json sent to api
  • fix: dashboards - remove omitempty from required attributes
  • fix: graphs - remove omitempty from required attributes
  • fix: worksheets - correct attribute name, remove omitempty from required attributes
  • fix: handle case where a broker has no external host or ip set

v2.1.3

27 Jul 20:26
a9014dc
Compare
Choose a tag to compare
  • fix: handle case where a broker has no external host or ip set

v2.1.2

19 Jul 04:14
f57cec8
Compare
Choose a tag to compare
  • upd: breaking change in upstream repo
  • upd: upstream deps

v2.1.1

07 Feb 19:24
b5b9c6e
Compare
Choose a tag to compare
  • dep dependencies
  • fix two instances of shadowed variables
  • fix several documentation typos
  • simplify (gofmt -s)
  • remove an inefficient use of regexp.MatchString

v2.1.0

19 Oct 13:14
Compare
Choose a tag to compare
  • Add unix socket capability for SubmissionURL http+unix://...
  • Add RecordCountForValue function to histograms

v2.0.0

12 Oct 13:01
Compare
Choose a tag to compare
  • gauges as interface{}
    • change: GeTestGauge(string) (string,error) -> GeTestGauge(string) (interface{},error)
    • add: AddGauge(string, interface{}) to add a delta value to an existing gauge
  • prom output candidate

v1.2.0

10 Oct 18:42
Compare
Choose a tag to compare
  • Add custom TLS configuration for Broker
  • Add custom TLS configuration for API

v1.1.2

06 Oct 16:28
Compare
Choose a tag to compare

Handle 204 response code (from circonus-agent metric receiver)

v1.1.1

02 Oct 14:47
Compare
Choose a tag to compare

Pin variables to their iteration to prevent reuse.