Tessera Versions Save

A dashboard front-end for graphite.

v0.10

7 years ago

Release blog

New Features

  • More control over plot rendering. Render time series as points, lines, or both. Opacity and line width control.
  • Scatter plots
  • query tag for re-using queries in other queries.

Bug Fixes and Other Enhancements

  • UI performance improvements
  • Fixed rendering errors in percent stacked charts

v0.9.2

7 years ago

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

v0.8.2

8 years ago
  • Sparktables
  • Persistent sessions

Closed issues

v0.8.1

8 years ago
  • Fixed a dependency conflict.

Closed issues

v0.8.0

8 years ago
  • Added cross origin resource sharing support to the API
  • Added interactive highlighting of data series in line and area charts
  • Added actions to dynamically switch stack modes in area charts
  • Added logarithmic y-axis support
  • Added table legend type
  • Fixed some inconsistencies between graphite and flot renderers, particular wrt legends
  • Fixed refresh of static PNG graphs
  • Cleaned up repository organization to separate front-end and back-end code better

Closed issues

v0.7.1

8 years ago

A minor bug fix release, fixing two issues:

  • Issue #468 Autorefresh stopped working in 0.7
  • Issue #470 Templates in the title weren't updating DOM after expansion

and also drops the simplejson requirement.

Closed issues

v0.7.0

8 years ago
  • Internal re-write in TypeScript and ECMAScript 6
  • Dashboard favorites
  • An import/export UI
  • Minor editor improvements
  • Bugfixes
  • Ability to override chart renderer settings per-item or per-dashboard

New Dashboard Items

  • Timerstats
  • Timeshift and Comparison Singlestats
  • Timeshift and Comparison Jumbotrons

Closed Issues

v0.6.2

9 years ago

Fixes one bug, but it was a super-annoying bug.

Fixed Bugs

Issue #421

v0.6.1

9 years ago

Quick fix to 0.6.0 for a potential issue with one of the new config parameters in some deployments.

Fixed Bugs

See #420

v0.6.0

9 years ago

See the release blog post for more detail and screenshots.

  • Bar charts
  • flot is the default chart renderer
  • Lots of improvements to the flot renderer
  • New stack modes in stacked_area_chart - stream graphs and percentage stacking. No stacking is also an option, so stacked_area_chart basically subsumes standard_time_series. They may merge in a future release.
  • Performance enhancements and lots of bug fixes

Closed Issues