Skip to content

Release 0.9

Compare
Choose a tag to compare
@aalpern aalpern released this 10 Dec 17:52
· 100 commits to master since this release

Release blog

New Features

  • 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
  • HTTP requests to Graphite won't break caching

Closed Issues