f61b5bf221
Add missing sla section and proper check This work is originally porposed by Roman[1] [1] https://review.openstack.org/#/c/348395/3 Change-Id: I4507aa82080b41cac4b87aa810865da9ffe015e6 Closes-bug: #1554857
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"CeilometerSamples.list_samples": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
},
|
|
"ceilometer": {
|
|
"counter_name": "cpu_util",
|
|
"counter_type": "gauge",
|
|
"counter_unit": "instance",
|
|
"counter_volume": 1.0,
|
|
"resources_per_tenant": 100,
|
|
"samples_per_resource": 100,
|
|
"timestamp_interval": 60,
|
|
"metadata_list": [
|
|
{"status": "active", "name": "fake_resource",
|
|
"deleted": "False",
|
|
"created_at": "2015-09-04T12:34:19.000000"},
|
|
{"status": "not_active", "name": "fake_resource_1",
|
|
"deleted": "False",
|
|
"created_at": "2015-09-10T06:55:12.000000"}
|
|
],
|
|
"batch_size": 5
|
|
}
|
|
},
|
|
"args":{
|
|
"limit": 50,
|
|
"metadata_query": {"status": "not_active"}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|