Setup and metrics
This merge request does two things:
- Remove the use of
MetricReporter
withinstream.timeseries
. It isn't used anymore and just produces extra clutter in the root directory. All metrics generated are handled downstream byidq-monitor
now. - Switch to
setuptools
, update dependencies insetup.py
. This isn't included insetup()
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.