Skip to content

Draft: Collect metrics

Bipin Adhikari requested to merge collect-metrics into develop

This MR allows collection of docker stats for test scenarios. It introduces a new class cls_metrics.DockerStatsCollector() which have methods Start_Collection, Stop_Collection that can be used by the xml to collect the docker stats of any servers in the python executor machine.

Merge request reports