Skip to content

Setup and metrics

Patrick Godwin requested to merge setup_and_metrics into master

This merge request does two things:

  1. Remove the use of MetricReporter within stream.timeseries. It isn't used anymore and just produces extra clutter in the root directory. All metrics generated are handled downstream by idq-monitor now.
  2. Switch to setuptools, update dependencies in setup.py. This isn't included in setup() as it installs 'lscsoft-glue' as well as some other package named 'glue', and it just generally annoying. Added a FIXME for this, and was going to run it by Duncan to see what's the problem here. This should hopefully set us up better for packaging.

Merge request reports