Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 5 years ago

Release notes

  • Allow for non-default .netrc location for authentication
  • Fix issue with duplicate triggers in IFAR plot/table

Release notes

  • Fix zoom issue when dragging plots in dashboard when unlocked
  • Fix issue with JSON encoding when running 'scald mock' for python 3
  • Fix issue in Nagios threshold checks + critical status

Release notes

  • 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

Release notes

  • Change kafka.retrieve_timeseries to expect topic -> route, partition -> job_id

Release notes

  • Fix TabError in report.py causing issues in python 3

Release notes

  • 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

Release notes

  • Allow for certificate verification if HTTPS enabled
  • Fix issue with retrieving backend for table, nagios routes

Release notes

  • 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

Release notes

  • Allow basic auth and HTTPS support for InfluxDB backend
  • Revamp dashboard with grid layout and resizeable plots
  • Add BinnedTimeHistogram plot
  • Switch HTTP library to urllib3
  • Add experimental snapshot and trigger stores via InfluxDB

Release notes

  • Performance improvements in gps_to_latency(), allow handling of numpy arrays