Workload selection
The workloadsSelection
is a structure used to define the metrics that are used by Akamas to model workloads as part of a live optimization study.
with the following fields:
Field | Type | Value restriction | Is required | Default value | Description |
---|---|---|---|---|---|
| string | should match the following syntax:
where | TRUE | The metric of the component that represents the workload |
Notice that workload metrics must have been defined in the metricsSelection
.
Examples
The following refers to a workload represented by the metric transactions_throughput
of the konakart
component:
Last updated