Releases: tessera-metrics/tessera
Releases · tessera-metrics/tessera
Release 0.10
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
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
v0.8.2
- Sparktables
- Persistent sessions
v0.8.1
- Fixed a dependency conflict.
v0.8.0
- 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
v0.7.1
v0.7.0
- 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
v0.6.2
v0.6.1
v0.6.0
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, sostacked_area_chart
basically subsumesstandard_time_series
. They may merge in a future release. - Performance enhancements and lots of bug fixes