init
This commit is contained in:
23
monitoring/grafana-dashboards/dashboard.json
Normal file
23
monitoring/grafana-dashboards/dashboard.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"dashboard": {
|
||||
"title": "DevOps Windows Dashboard",
|
||||
"panels": [
|
||||
{
|
||||
"title": "Requêtes HTTP",
|
||||
"type": "graph",
|
||||
"targets": [{
|
||||
"expr": "rate(http_requests_total[5m])",
|
||||
"legendFormat": "{{method}} {{endpoint}}"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"title": "Latence",
|
||||
"type": "graph",
|
||||
"targets": [{
|
||||
"expr": "histogram_quantile(0.95, rate(http_request_duration_seconds_bucket[5m]))",
|
||||
"legendFormat": "p95"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user