Skip to content

Releases: GlobalNOC/tsds-grafana

0.4.0

24 Jul 19:50
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.4.0 -- Fri Jul 24 2020

  • Fixed issue where table mode data would only work when dashboard was in UTC mode
  • Added support for $__searchFilter in template variables, added in Grafana 6.5
  • Updating some build requirements, misc security fixes

0.3.5

07 Aug 18:48
b3dc74a
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.3.5 -- Thu Aug 7 2019

  • Added support to represent each single stat value as a column of its own in table mode
  • Added support for search template variable to use multiple terms

0.3.4

07 Jun 13:48
07c22cd
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.3.4 -- Fri June 7 2019

  • Fixed issue where home dashboard runs a query when the data source is marked as default
  • Added support to handle the processing of hidden queries to plugin.json as suggested for Grafana v6.2
  • Updated packages with potential security vulnerabilities

0.3.3

25 Apr 18:51
7f21e3e
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.3.3 -- Wed Apr 24 2019

  • Fixed issue with data points that have a 0 value that was causing panel errors

0.3.2

10 Apr 15:00
b45d76b
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.3.2 -- Wed Apr 10 2019

  • Added the ability to have a column for each metadata field
  • Added the ability to format the date using momentjs format strings in the table mode
  • Added ability to show only metadata without values in a table
  • Added ability to specify combine by when combine all series is checked
  • Fixed an issue where wrapper function fails when used with combine all series

0.3.1

21 Mar 19:40
bd40ae1
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.3.1 -- Thu Mar 21 2019

Features

  • Ability to align data by week, month, or year from within the options
  • Added aliasing support for align
  • Added UTC support for table data

0.3.0

06 Feb 15:07
5bee662
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.3.0 -- Wed Feb 6 2019

Features

  • Fixing wrapper function combine all series bug

0.2.9

14 Jan 22:44
f7eefb2
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.9 -- Mon Jan 14 2019

Features

  • Bug Fix to handle aliasing when multi-select template variables are used for targets along with wrapper functions

0.2.8

03 Dec 20:48
312bd1b
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.8 -- Mon Dec 3 2018

Features

  • Bug Fix to handle special characters in the query string

0.2.7

20 Nov 20:21
b9c7c34
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.7 -- Tue Nov 20 2018

Features

  • Optimized template variables to allow for using 'in' operators for more efficient queries.
  • Support for the case where search values could be empty.
  • Added percentile/extrapolate to be shown as a line instead of showing it as a single point.
  • Replaced multipart/form-data with application/x-www-form-urlencoded.
  • Fixed aliasing bug by trimming trailing spaces in the keys of alias mapping object.