
Add testing monitoring system with push acceptor Pushgateway and metric analyzer Grafana in conjunction with nova instance. This test case is to check how nova instance could communicate with a monitoring system, not only for testing monitoring availability. Suchwise Openstack platform using is justified. However, if the issue is to check availability of monitoring system, push_metric_locally scenario allows to push random metric locally to Pushgateway and just check it in Grafana. Change-Id: I00e85189b5f54c3e6fd18fa52afe7db0eda88fed
35 lines
918 B
JSON
35 lines
918 B
JSON
{
|
|
"GrafanaMetrics.push_metric_locally": [
|
|
{
|
|
"args": {
|
|
"monitor_vip": "10.0.0.5",
|
|
"pushgateway_port": 9091,
|
|
"grafana": {
|
|
"user": "admin",
|
|
"password": "password",
|
|
"port": 3000
|
|
},
|
|
"datasource_id": 1,
|
|
"job_name": "rally_test",
|
|
"sleep_time": 5,
|
|
"retries_total": 30
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |