Releases: circonus-labs/circonus-gometrics
Releases · circonus-labs/circonus-gometrics
v3.0.1
- upd: dependencies
- fix: send empty array for
check_bundle.metrics
, api errors on null now
v3.0.0
- upd: stricter linting
- upd: dependencies
- upd: api submodule is deprecated (use github.com/circonus-labs/go-apiclient or older v2 branch of circonus-gometrics)
v3.0.0-beta.4
- fix: verify at least one active check found when searching for checks
- upd: broker test IP and external host for match against submission url host
v3.0.0-beta.3
- upd: go-apiclient for graph overlay attribute type fixes
v2.3.1
- fix: incorrect attribute types in graph overlays (docs vs what api actually returns)
v3.0.0-beta.2
- fix: submit for breaking change in dependency patch release
- upd: dependencies
v2.3.0
- fix: graph structures incorrectly represented nesting of overlay sets
v2.2.7
- add:
search
(*string
) attribute to graph datapoint
- add:
cluster_ip
(*string
) attribute to broker details
v3.0.0-beta.1
- upd: merge tag helper methods, support logging invalid tags
- upd: allow manually formatted and base64 encoded tags
- upd: allow tag values to have embedded colons
v2.2.6
- fix: func signature to match go-retryablehttp update
- upd: dependency go-retryablehttp, lock to v0.5.2 to prevent future breaking patch features