Skip to content

Commit

Permalink
Add P99 to default latency dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Schneider committed Jun 14, 2018
1 parent 3a18727 commit ba93309
Showing 1 changed file with 89 additions and 3 deletions.
92 changes: 89 additions & 3 deletions scripts/spring-dash/latency-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 4,
"iteration": 1528999680036,
"iteration": 1528999727200,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -400,6 +399,93 @@
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 0,
"gridPos": {
"h": 9,
"w": 12,
"x": 0,
"y": 18
},
"id": 22,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": true,
"targets": [
{
"$$hashKey": "object:241",
"expr": "histogram_quantile(0.99, rate(http_server_requests_seconds_bucket[1m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{uri}}",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "99th Percentile Latency by Endpoint",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:337",
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"$$hashKey": "object:338",
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
}
],
"refresh": "5s",
Expand Down Expand Up @@ -511,5 +597,5 @@
"timezone": "",
"title": "Latency",
"uid": "UfvgtJSmk",
"version": 2
"version": 1
}

0 comments on commit ba93309

Please sign in to comment.