Skip to content

Releases: wavefrontHQ/go-wavefront-management-api

v2.2.1

02 Nov 12:30
Compare
Choose a tag to compare

v2.2.0

02 Nov 12:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

Omit chart summarization field when empty.

01 Aug 21:20
Compare
Choose a tag to compare
  • Omit the dashboard chart summarization field when it is empty.
    • This prevents the following API error, in the event the summarization field is not included in the JSON body:
      Cannot deserialize value of type `sunnylabs.query.SummarizationStrategy` from String \"\":  was not one of [MEAN, MEDIAN, MIN, MAX, SUM, COUNT, LAST, FIRST, ANOMALOUS]
      

Fix Ingestion Policies

26 Jul 04:15
Compare
Choose a tag to compare

This is a big change so we are bumping the major version of the repository to 2.0.0.

Primary issue is that the server side API changed in a way that broke the old API contract. In short, the ingestion policy response and request payloads were changed (e.g. types of some parameters changed from strings to arrays or maps).

  • I fixed all IngestionPolicy functions.
  • Update Ingestion Policy test fixtures.
  • Created new acceptance tests for IngestionPolicy functions.
  • Misc:
    • Tidy typos, comment clarity and whitespace.
    • Standardized the GitHub Workflows.
    • Add a Makefile to help simplify / standardize development.
    • Fixed helper scripts.
    • Add .envrc to .gitignore (best not to commit this file if you have one.)
    • Update mods.

Support for the Scope field in Ingestion Policy

24 Sep 04:46
1b289ff
Compare
Choose a tag to compare

Add support for the Scope field in Ingestion Policy

Support for Metrics Policy GET & PUT APIs

17 May 17:48
1ce1f54
Compare
Choose a tag to compare

Added support for Metrics Policy GET & PUT APIs

Bug fix in supporting http or https

18 Mar 23:12
3eee57a
Compare
Choose a tag to compare

Fixed so that library works correctly even if domain name starts with http.

Support http or https

18 Mar 22:25
8ee4fdb
Compare
Choose a tag to compare

For the address, user can specify server.wavefront.com https://server.wavefront.com or http://server.wavefront.com.

Ingestion policy support

26 Jan 21:28
3b2e0dd
Compare
Choose a tag to compare

Features:

  • Add ingestion policy support for service accounts

Minor improvements for dashboards

02 Dec 21:46
161813a
Compare
Choose a tag to compare

Bug fixes:

  • Send sparkline_decimal_precision for dashboards even if 0.