Added Materialized Views for latest model and metadata tables
Sorted the Trender hierarchy by Property Name instead of TSID. Two new functions have been added: GetsTagsByPathAsc and GetTagsByPathDesc. The Trender uses GetTagsByPathAsc to sort the tree.
ADO-6529 The ability to trend raw data has been added. If the tag would have more than 50,000 data points, a confirmation will be presented to the user that they do indeed want ALL the raw data. This was added in an attempt to keep costs under control for our customers and to prevent accidentally over-querying an ADX cluster.
ADO-7003 Trender UI Usability Improvements including (but not limited to):
The ability to collapse the main navigation on the left hand side of the page
Added a series legend in full screen trend mode
Re-added the dedicated buttons for Undo/Redo zoom
Standardized the look and feel of all modal dialogs
Added user information to the logout button in the top right hand corner of the page
FUSION-3109 UI now supports trending raw data from ADX
FUSION-3317 Support for parameterized tag names in Trender
Trender now supports URL query parameters for trend creation.
example basic query /trender/new?tags=FT-001
example query with all parameters /trender/new?tags=FT-001&tags=AZ-001A&tags=AZ-001B&tags=AZ-001C&tagIds=fusion-rockwell/31867& tagIds=fusion-rockwell/31866
Query parameters (case sensitive)
tags: tags to trend by name
tagIds: tags to trend by time series ID
start: date string (ideally ISO formatted), start of the trend. Defaults to 24h before end if not provided
end: date string (ideally ISO formatted), end of the trend. Defaults to now if not provided
Relative Dates
Relative dates are supported for start and end time, i.e. start=-7d or start=-7day
ADO-7047 We have temporarily hidden/removed the duplicate series button from the trender table. This button was added initially to support the ability to duplicate a series, and time shift it to do a comparison between two time frames for the same series. Time-shifting hasn't been implemented, yet, so to reduce confusion, we've removed this button until we implement the time-series offset.
FUSION-3001 Upload Service: Large files timeout the security token and fail to upload. Workaround: In the IoT Hub File Upload settings, increase the SAS TTL and Default TTL from 1 hour to 2 hours.