Skip to content

Releases: circonus-labs/gosnowth

v1.14.0

19 May 14:02
0dadc03
Compare
Choose a tag to compare
  • refactor!: Modifies the FindTagsResult values returned by the FindTags() functions so that they do not include a separate FindCount value, but use the count and estimate fields on the FindTagsResult when the query is count only.
  • feat: Includes accurate values in FindTagsResult.Estimate when results from a FindTags() query return estimated results from IRONdb. This can be used to determine that a timeout occurred during processing by IRONdb.

v1.13.9

31 Mar 13:23
37513a0
Compare
Choose a tag to compare
  • fix: Ensures PromQLMetadataQuery() only returns metrics with valid PromQL types and that can be expressed as PromQL types.

v1.13.8

21 Mar 21:30
df6c674
Compare
Choose a tag to compare
  • add: Adds PromQL support for metadata queries via PromQLMetadataQuery().

v1.13.7

21 Mar 15:22
026c493
Compare
Choose a tag to compare
  • add: Adds PromQL support for series queries via PromQLSeriesQuery().
  • add: Adds PromQL support for label names queries via PromQLLabelQuery().
  • add: Adds PromQL support for label values queries via PromQLLabelValuesQuery().
  • add: Adds conversion of PromQL series selectors into IRONdb tag queries via ConvertSeriesSelector().

v1.13.6

14 Mar 16:27
35bcde4
Compare
Choose a tag to compare
  • upd: Adds support for fractional seconds for PromQL queries for compatibility. PromQL fractional seconds are truncated when converting to CAQL queries.

v1.13.5

14 Mar 15:17
54111db
Compare
Choose a tag to compare
  • add: Adds support for PromQL instant queries.

v1.13.4

10 Mar 18:27
8ecd595
Compare
Choose a tag to compare
  • fix: Restores some quote handling for metric name parsing but corrects the bug that was causing removal of quotes from quoted values.

v1.13.3

10 Mar 17:46
9aa7b6a
Compare
Choose a tag to compare
  • fix: Removes quote handling from the metric name parser. This handling is correct for tag queries, but not for canonical name parsing.

v1.13.2

09 Mar 22:35
d0d5164
Compare
Choose a tag to compare
  • add: Adds a configuration item, DenyHosts, to allow a list of hosts to always be considered inactive, regardless of topology discovery.

v1.13.1

24 Feb 14:54
9fb88eb
Compare
Choose a tag to compare
  • upd: Modifies the PromQLResponse and PromQLError types to support more types of PromQL data values.
  • upd: Updates unit tests and examples to use NewClient().
  • upd: Ensures default values are set for snowth client timeouts.