Skip to content

Releases: scalyr/scalyr-grafana-datasource-plugin

3.1.7

25 Sep 15:12
b7f25ca

Choose a tag to compare

  • Plugin setup changes:
    • Use a less expensive api key check
    • Ensure the default DataSet url is set
  • Set the power query frequency to high (for performance)

3.1.6

19 Sep 19:13

Choose a tag to compare

  • Rate limit DataSet LRQ sessions rather than HTTP requests
    • Prevents LRQ sessions from being terminated if a LRQ ping is throttled

3.1.5

24 Jul 14:31
1ebe805

Choose a tag to compare

  • Updated grafana-plugin-sdk-go to 0.250.0

3.1.4

19 Dec 17:10

Choose a tag to compare

3.1.3

12 Sep 17:54
dd247de

Choose a tag to compare

  • Bugfix around scalyrUrl assignment (Issue #124)

3.1.2

02 Jun 19:46
618c7b9

Choose a tag to compare

  • Cross-team query support.

3.1.1

04 Apr 20:30
8370068

Choose a tag to compare

  • Bugfix around use of query options (max data points & interval)

3.1.0

24 Mar 14:15

Choose a tag to compare

  • Bumped Golang version to 1.20
    • Bumped dependent packages (namely grafana-plugin-sdk-go) to latest
  • Bumped Node version to latest LTS version
    • Replaced the grafana/toolkit package with the grafana/{create,sign}-plugin packages
    • Bumped dependent package versions to latest
  • Bugfix around repeated panels with multiple-selected variables

3.0.9

14 Mar 14:49

Choose a tag to compare

  • #110: Do not set autoAlign (formerly the default) for plots to allow specification via query options

3.0.8

13 Oct 15:33

Choose a tag to compare

  • DataSet api usage improvements
  • Use the Grafana server context to cancel queries if signaled