Skip to content

Releases: tessera-metrics/tessera

Release 0.10

03 Feb 01:15
Compare
Choose a tag to compare

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

Release 0.9

10 Dec 17:52
Compare
Choose a tag to compare

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

02 Sep 18:13
Compare
Choose a tag to compare
  • Sparktables
  • Persistent sessions

Closed issues

v0.8.1

21 Aug 15:45
Compare
Choose a tag to compare
  • Fixed a dependency conflict.

Closed issues

v0.8.0

19 Aug 19:21
Compare
Choose a tag to compare
  • 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

12 Jun 18:41
Compare
Choose a tag to compare

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

02 Jun 19:06
Compare
Choose a tag to compare
  • 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

27 Mar 19:02
Compare
Choose a tag to compare

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

Fixed Bugs

Issue #421

v0.6.1

24 Mar 20:03
Compare
Choose a tag to compare

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

24 Mar 06:50
Compare
Choose a tag to compare

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