4dn-dcic / tibanna

Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
MIT License
70 stars 28 forks source link

Add option to disable metrics collection #407

Closed alexander-veit closed 3 months ago

alexander-veit commented 3 months ago

Add config option disable_metrics_collection. Then true it will prevent the installation of the Cloudwatch agent on the EC2 and will therefore disable the metrics collection.

Addresses Issue #401.

alexander-veit commented 3 months ago

Thanks, Will. I have deployed this version and rand various test workflows. It should be ok.