Migrate stats-specific scripts to virtualenv |
||||
Issue description
Various scripts that are not production-killing, but pretty critical from stats point of view:
site_utils/check_hung_proc.py: with site_utils.SetupTsMonGlobalState('check_hung_proc', short_lived=True):
site_utils/collect_host_stats.py: ts_mon_config.SetupTsMonGlobalState('collect_host_stats')
site_utils/count_jobs.py: with site_utils.SetupTsMonGlobalState('count_jobs', short_lived=True):
site_utils/stats/mysql_stats.py: with ts_mon_config.SetupTsMonGlobalState('mysql_stats', indirect=True):
,
Apr 13 2017
,
Mar 31 2018
possibly obsoleted by vpython
,
Mar 31 2018
,
May 11 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by akes...@chromium.org
, Mar 20 2017