Releases: yamcs/grafana-yamcs
Releases · yamcs/grafana-yamcs
v2.4.0
v2.3.0
- Fix parameter ranges compatibility issue with Yamcs 5.9.4+
- Bump Grafana dependencies
v2.2.2
v2.2.1
- Increase fetched event range from 100 to 200
v2.2.0
- 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
- 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
andGet 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
- Datasource ID renamed from
flilzkov-yamcs-datasource
toyamcs-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.