Skip to content

Instantly share code, notes, and snippets.

@b1zzu
Created March 19, 2020 14:37
Show Gist options
  • Save b1zzu/81c7ae467c33a34f735ee4c47aa9d359 to your computer and use it in GitHub Desktop.
Save b1zzu/81c7ae467c33a34f735ee4c47aa9d359 to your computer and use it in GitHub Desktop.
{
"meta": {
"type": "db",
"canSave": false,
"canEdit": false,
"canAdmin": false,
"canStar": false,
"slug": "syndesis-infra-api",
"url": "/d/YPnPk0lik/syndesis-infra-api",
"expires": "0001-01-01T00:00:00Z",
"created": "2020-03-19T11:26:23Z",
"updated": "2020-03-19T12:19:12Z",
"updatedBy": "admin",
"createdBy": "admin",
"version": 12,
"hasAcl": false,
"isFolder": false,
"folderId": 0,
"folderTitle": "General",
"folderUrl": "",
"provisioned": false,
"provisionedExternalId": ""
},
"dashboard": {
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 10,
"iteration": 1562609660131,
"links": [
{
"icon": "external link",
"includeVars": true,
"tags": [
"syndesis",
"infra"
],
"type": "dashboards"
}
],
"panels": [
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 2,
"panels": [],
"repeat": "uri",
"scopedVars": {
"uri": {
"selected": false,
"text": "/connections",
"value": "/connections"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 1
},
"id": 12,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"scopedVars": {
"uri": {
"selected": false,
"text": "/connections",
"value": "/connections"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 1
},
"id": 13,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"scopedVars": {
"uri": {
"selected": false,
"text": "/connections",
"value": "/connections"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 7
},
"id": 14,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/connections/{id}",
"value": "/connections/{id}"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 8
},
"id": 15,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/connections/{id}",
"value": "/connections/{id}"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 8
},
"id": 16,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/connections/{id}",
"value": "/connections/{id}"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 14
},
"id": 17,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/event/reservations",
"value": "/event/reservations"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 15
},
"id": 18,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/event/reservations",
"value": "/event/reservations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 15
},
"id": 19,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/event/reservations",
"value": "/event/reservations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 21
},
"id": 20,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/extensions",
"value": "/extensions"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 22
},
"id": 21,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/extensions",
"value": "/extensions"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 22
},
"id": 22,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/extensions",
"value": "/extensions"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 28
},
"id": 23,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations",
"value": "/integrations"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 29
},
"id": 24,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations",
"value": "/integrations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 29
},
"id": 25,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations",
"value": "/integrations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 35
},
"id": 26,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations/{id}",
"value": "/integrations/{id}"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 36
},
"id": 27,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations/{id}",
"value": "/integrations/{id}"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 36
},
"id": 28,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations/{id}",
"value": "/integrations/{id}"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 42
},
"id": 29,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations/{id}/deployments",
"value": "/integrations/{id}/deployments"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 43
},
"id": 30,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations/{id}/deployments",
"value": "/integrations/{id}/deployments"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 43
},
"id": 31,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/integrations/{id}/deployments",
"value": "/integrations/{id}/deployments"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 49
},
"id": 32,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/metrics/integrations",
"value": "/metrics/integrations"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 50
},
"id": 33,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/metrics/integrations",
"value": "/metrics/integrations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 50
},
"id": 34,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/metrics/integrations",
"value": "/metrics/integrations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 56
},
"id": 35,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/monitoring/integrations",
"value": "/monitoring/integrations"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 57
},
"id": 36,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/monitoring/integrations",
"value": "/monitoring/integrations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 57
},
"id": 37,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/monitoring/integrations",
"value": "/monitoring/integrations"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 63
},
"id": 38,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/steps/descriptor",
"value": "/steps/descriptor"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 64
},
"id": 39,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/steps/descriptor",
"value": "/steps/descriptor"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 64
},
"id": 40,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/steps/descriptor",
"value": "/steps/descriptor"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 70
},
"id": 41,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/users~",
"value": "/users~"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 71
},
"id": 42,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/users~",
"value": "/users~"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 71
},
"id": 43,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/users~",
"value": "/users~"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 77
},
"id": 44,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/version",
"value": "/version"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 78
},
"id": 45,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/version",
"value": "/version"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 78
},
"id": 46,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/version",
"value": "/version"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 84
},
"id": 47,
"panels": [],
"repeat": null,
"repeatIteration": 1562609660131,
"repeatPanelId": 2,
"scopedVars": {
"uri": {
"selected": false,
"text": "/{id}",
"value": "/{id}"
}
},
"title": "[[uri]]",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 85
},
"id": 48,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 12,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/{id}",
"value": "/{id}"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "requests per second",
"refId": "A"
},
{
"expr": "sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\",status!~\"2..\"}[5m]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "errors per second",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Requests per second",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 85
},
"id": 49,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeatDirection": "h",
"repeatIteration": 1562609660131,
"repeatPanelId": 13,
"repeatedByRow": true,
"scopedVars": {
"uri": {
"selected": false,
"text": "/{id}",
"value": "/{id}"
}
},
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "(sum(rate(http_server_requests_seconds_sum{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) / sum(rate(http_server_requests_seconds_count{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m]))) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "average",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "50th percentile",
"refId": "C"
},
{
"expr": "histogram_quantile(0.90, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "90th percentile",
"refId": "B"
},
{
"expr": "histogram_quantile(1, sum(rate(http_server_requests_seconds_bucket{namespace=\"$namespace\",job=\"$job\",uri=\"$uri\"}[5m])) by (le)) * 1000",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": false,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": 0,
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
}
],
"refresh": "30s",
"schemaVersion": 16,
"style": "dark",
"tags": [
"syndesis",
"infra"
],
"templating": {
"list": [
{
"allValue": null,
"current": {
"selected": true,
"text": "myproject",
"value": "myproject"
},
"datasource": "Prometheus",
"definition": "label_values(up{service=\"$job\"}, namespace)",
"hide": 0,
"includeAll": false,
"label": "Namespace",
"multi": false,
"name": "namespace",
"options": [],
"query": "label_values(up{service=\"$job\"}, namespace)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {
"selected": true,
"text": "syndesis-server",
"value": "syndesis-server"
},
"hide": 0,
"includeAll": false,
"label": "Application",
"multi": false,
"name": "job",
"options": [
{
"selected": false,
"text": "syndesis-meta",
"value": "syndesis-meta"
},
{
"selected": true,
"text": "syndesis-server",
"value": "syndesis-server"
}
],
"query": "syndesis-meta, syndesis-server",
"skipUrlSync": false,
"type": "custom"
},
{
"allValue": null,
"current": {
"text": "All",
"value": [
"$__all"
]
},
"datasource": "Prometheus",
"definition": "label_values(http_server_requests_seconds_count{job=\"$job\"}, uri)",
"hide": 2,
"includeAll": true,
"label": "Resource",
"multi": true,
"name": "uri",
"options": [],
"query": "label_values(http_server_requests_seconds_count{job=\"$job\"}, uri)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-3h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"timezone": "",
"title": "Syndesis - Infra - API",
"uid": "YPnPk0lik",
"version": 12
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment