Releases: circonus-labs/gosnowth
Releases · circonus-labs/gosnowth
v1.14.0
- 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
- fix: Ensures PromQLMetadataQuery() only returns metrics with valid PromQL types and that can be expressed as PromQL types.
v1.13.8
- add: Adds PromQL support for metadata queries via PromQLMetadataQuery().
v1.13.7
- 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
- upd: Adds support for fractional seconds for PromQL queries for compatibility. PromQL fractional seconds are truncated when converting to CAQL queries.
v1.13.5
- add: Adds support for PromQL instant queries.
v1.13.4
- 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
- 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
- add: Adds a configuration item, DenyHosts, to allow a list of hosts to always be considered inactive, regardless of topology discovery.
v1.13.1
- 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.