27 lines
526 B
JSON
27 lines
526 B
JSON
{
|
|
"title": "Load Test - Business",
|
|
"panels": [
|
|
{
|
|
"title": "RPS (per scenario)",
|
|
"type": "graph",
|
|
"targets": [
|
|
{ "expr": "rate(loadgen_requests_total[1m])" }
|
|
]
|
|
},
|
|
{
|
|
"title": "Error Rate",
|
|
"type": "graph",
|
|
"targets": [
|
|
{ "expr": "rate(loadgen_errors_total[1m]) / rate(loadgen_requests_total[1m])" }
|
|
]
|
|
},
|
|
{
|
|
"title": "P99 Latency (ms)",
|
|
"type": "graph",
|
|
"targets": [
|
|
{ "expr": "loadgen_p99_ms" }
|
|
]
|
|
}
|
|
]
|
|
}
|