rally-openstack/samples/tasks/sla
Jesse Keating 349efd5330 Replace deprecated max_failure_precent sla
The new sla is a failure_rate with min/max sub-keys. Update the
documentation and examples to reflect this.

Change-Id: Id947e4684aa84fe7d6c239a28b92e2a893ddaf66
2015-01-26 13:03:29 -08:00
..
create-and-delete-user.json Replace deprecated max_failure_precent sla 2015-01-26 13:03:29 -08:00
create-and-delete-user.yaml Replace deprecated max_failure_precent sla 2015-01-26 13:03:29 -08:00
README.rst Replace deprecated max_failure_precent sla 2015-01-26 13:03:29 -08:00

SLA Configuration Samples

This directory contains SLA configuration samples.

SLA (Service-level agreement) is set of details for determining compliance with contracted values such as maximum error rate or minimum response time.

Currently supported criteria:

failure_rate

A maximum and/or a minimum failure rate expressed as max or min sub-keys.

max_seconds_per_iteration

Maximum time in seconds per one iteration.