- Backend: Add pvname label to timeseries dataframe for multi-dimensional alerting
- Backend: Fix dataframe name from response to its PV name
- Backend: Add display name to dataframe config to properly display legend
- Frontend: Fix function adding button
- Backend / Frontend: Support PV name with recursive alternation
- Backend: Support Extrapolation for visualization
- Backend:
Delta
function faulted on 1-length datasets
- Reduce query size when using backend data source for visualization
- Support alternation pattern like
(pv:1|pv:2):other
with backend data source
- Fix stream parameters to be able to use variables
- Fix the problem that all plots were displayed with the name "values" when using the back end data source
- Add stream feature for live updating
- Add Go Backend and alerts feature
- Add "Use Backend" button for configuration
- Add help text for the query fields
- Fix text width of Function parmeter during focusing on it
- Support array data
- Add
Array to Scalar
functions - Add
movingAverage
function - Improve query process to retrieve data from Archiver Appliance efficiently
- Add disableExtrapol function
- Fix testDatasource for datasource test
- Change retrieving data format from json to qw
- Add extrapolation feature for raw operator
- Add disableAutoRaw function
- Add sort functions
- Add
last
operator
- Add name field to DataFrame to use PV name in Data link
- Grafana v6.X.X or earlier is not supported from this version
- Installation and update process is changed since
dist
folder was removed from master branch
- Support Grafana v7.0.0 or later
- Development process is changed with grafana-toolkit
- Source codes are migrated from JavaScript to TypeScript
- UI library is migrated from AngularJS to React
- Support variables for alias field and Functions parameter
- Support limit parameter for variable query
- Add binInterval option function to set a binning interval for processing of data
- Add exclude option to exclude matched PV data
- Support variables for
Operator
field - Add maxNumPVs option function to set a maximum number of PVs for a target
- Select multiple PVs by using Regex (Only supports wildcard pattern like
PV.*
and alternation pattern likePV(1|2)
) - Legend alias with regular expression pattern
- Data retrieval with data processing (See Archiver Appliance User Guide for processing of data)
- Using PV names for Grafana variables
- Transform your data with processing functions