You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new dashboard item type that renders each series in the query as an individual singlegraph (see it here).
Added a graphite importer to the Import page, to import from a Graphite dashboard URL
Added ways to quickly view the query associated with a dashboard item. There's a "View Query" menu item in the action menu, and the query text is displayed in the "Isolate" transform.
Python 3 compatibility. There may be some issues with migrating browser sessions if you switch from Python 2 to Python 3. Deleting the cookie for your tessera server should fix them.
Bug Fixes and Other Enhancements
Added confirmation before navigating away with unsaved changes.
Fixed a major DOM leak
Fixed an occasional spurious alert dialog
Fixed occasional clipping of tooltips
Fixed singlegraph rendering issues
Fixed renaming of queries
Fixed a bug in data range selection
Added validation to the import page, to avoid attempting to import invalid dashboards