{
"CeilometerQueries.create_and_query_samples": [
{
"args": {
"filter": {"=": {"counter_unit": "instance"}},
"orderby": null,
"limit": 10,
"counter_name": "cow_horns",
"counter_type": "gauge",
"counter_unit": "horn",
"counter_volume": 2.0,
"resource_id": "resource_id"
},
"runner": {
"type": "constant",
"times": 1000, # this should be higher!
"concurrency": 20
},
"context": {
"users": {
"tenants": 5,
"users_per_tenant": 5
}
}
}
]
}