Skip to content

Releases: yamcs/grafana-yamcs

v2.4.0

12 Jan 10:06
37b71d6
Compare
Choose a tag to compare
  • Add support for Grafana variables #14

v2.3.0

15 Apr 07:20
88aa569
Compare
Choose a tag to compare
  • Fix parameter ranges compatibility issue with Yamcs 5.9.4+
  • Bump Grafana dependencies

v2.2.2

03 Aug 13:28
52a2f06
Compare
Choose a tag to compare
  • Fix URL issue on parameter calls. #11

v2.2.1

11 Jan 14:01
09abe91
Compare
Choose a tag to compare
  • Increase fetched event range from 100 to 200

v2.2.0

10 Aug 08:03
5a751fc
Compare
Choose a tag to compare
  • Require Grafana 8.x.
  • Fix query disable not working.
  • Change 'Get parameter value' so that it respects the query range (previously it was always fetching current value).
  • Fix bugs relating to retrieval of aggregate member and array entries.

v2.1.0

08 Jun 12:58
dc7a866
Compare
Choose a tag to compare
  • Aggregate members and array entries can now be queried. Use this in combination with Yamcs v5.5.x or later. #7
  • If available, engineering units are now passed to Grafana as metadata. Grafana will show this information in various widget types.
  • The query types Get parameter samples and Get parameter value allow switching the output to the raw parameter value (as opposed to the default engineering value). Use this in combination with Yamcs v5.5.x or later.
  • The query type Get parameter value history returns both raw and engineering values in its table output.
  • The query type Get parameter samples now properly shows gaps instead of connecting the points surrounding the gap.
  • An issue was fixed where autocomplete suggestions were wrongly interpreting user input as regex.

v2.0.0

26 Mar 13:24
a3e9da3
Compare
Choose a tag to compare
  • Datasource ID renamed from flilzkov-yamcs-datasource to yamcs-yamcs-datasource
  • Parameter picker uses an input field (with autocompletion)
  • Added capability to show min/max time series in addition to averaged parameter samples #8
  • Added a query type for exact parameter value history (no averaging, but limited in points) #8
  • Added a query type for retrieving only the current value of a parameter (good for single-stat visualisations)
  • Added a query type for parameter value ranges (= periods where the value does not change). This works best for enumerations, strings and booleans, for example in combination with Discrete Panel Plugin.
  • Added a query type for returning a table of events

Note: If you used v1.0.0 before, you will need to change the datasource of your panels, and re-enter the parameters. An automatic migration was investigated, but could not be done reliably.

v1.0.0

21 Sep 13:12
Compare
Choose a tag to compare
  • Graph display of Yamcs parameters
  • Dynamic parameter selection