fetch_ml/monitoring/grafana/dashboards/load-test-performance.json

51 lines
899 B
JSON

{
"dashboard": {
"id": null,
"title": "Load Test Performance",
"tags": [
"load-test",
"performance"
],
"panels": [
{
"id": 1,
"title": "Service Health",
"type": "stat",
"targets": [
{
"expr": "up",
"legendFormat": "{{job}}"
}
],
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 0
}
},
{
"id": 2,
"title": "Request Rate",
"type": "graph",
"targets": [
{
"expr": "rate(http_requests_total[5m])",
"legendFormat": "RPS"
}
],
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 0
}
}
],
"time": {
"from": "now-1h",
"to": "now"
},
"refresh": "5s"
}
}