This software is pre-production and should not be deployed to production servers.
Table of Contents
MeasurementRunner run iterations to collect platform, resource, task measurements from node
and store them in metrics_storage
component.
Example of configuration that uses MeasurementRunner
:
runner: !MeasurementRunner
node: !StaticNode
tasks:
- task1
metrics_storage: !LogStorage
output_filename: 'metrics.prom'
overwrite: true
Please refer to API documentation of MeasurementRunner.