Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v0.7.0Release v0.7.0
- Change how config is loaded for 'scald serve' to allow more flexibility in WSGI frameworks
- Switch CDN for javascript dependencies for speed, reliability
- UI overhaul in dashboard, replace form in favor of navigation bar
- Add ability to specify log scaling for heatmaps
- Fix issues with missing data in heatmaps
- Allow custom fill value for heatmaps
- modify Consumer.query() to point to schemas for more intuitive usage
- Add Kafka Reporter class for storing metrics
- Add 'scald aggregate' for a general purpose metric aggregator
- Modify configuration file layout to allow more flexibility
- Allow multi-page dashboards from a single configuration
-
v0.5.0Release v0.5.0
- Rework gps time utilities to remove lal dependency
- Rework scald.js Plot, Stream classes for speed, maintainability
- Add timeseries + segment plot
- Fix plotting bug where traces would get mixed up when using MultiSchema plots
- Add ability to ingest raw timeseries through influx backend
- Allow option to ingest configuration files through SCALDRC_PATH
- Add Aggregator.store(), Consumer.query() methods for convenience
- Change bar graphs to use 'group by' functions for speed, lower network I/O
- Allow arbitrary triggers to be plotted through IFAR plot + table
- Fix issue with nagios route when parsing configuration file
- Expose new plot-based content for reports to generate dynamic plots
-
v0.4.0Release v0.4.0
- Added multi-axis and multi-schema plot support
- Set grid lock in dashboard to be default
- Add scald report for making offline-style webpages
- Allow scald mock to generate triggers with multiple columns
- Add support for multiple data backends
- Fix binning issues with BinnedTimeHistogram