new example dashboards and hey, is that really the correct way to name the datasource to get it to work?

This commit is contained in:
soulgalore 2016-10-05 23:05:29 +02:00
parent dad6a7aa7c
commit c7184c68cc
9 changed files with 8012 additions and 744 deletions

View File

@ -0,0 +1,934 @@
{
"dashboard":
{
"__inputs": [
{
"name": "DS_GRAPHITE",
"label": "graphite",
"description": "",
"type": "datasource",
"pluginId": "graphite",
"pluginName": "Graphite"
}
],
"__requires": [
{
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
},
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "3.1.1"
},
{
"type": "datasource",
"id": "graphite",
"name": "Graphite",
"version": "1.0.0"
}
],
"id": null,
"title": "3rd vs 1st party",
"tags": [
"page"
],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": true,
"sharedCrosshair": true,
"rows": [
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [
{
"aliasColors": {
"firstParty": "#7EB26D",
"fullyLoaded": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 2,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "fullyLoaded",
"bars": true,
"lines": false,
"yaxis": 2
}
],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"} + sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Total",
"refId": "C",
"step": 30,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.requests, 8)",
"textEditor": false
},
{
"refId": "B",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.fullyLoaded.median, 10)"
}
],
"timeFrom": null,
"timeShift": null,
"title": "# of Requests vs fullyLoaded",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "short",
"label": "# Requests",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "ms",
"label": "Time to Fully Loaded",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
},
{
"aliasColors": {
"firstParty": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": true,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "requests",
"lines": false,
"stack": false,
"yaxis": 2
},
{
"alias": "firstParty"
}
],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"} + sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": true,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Total",
"refId": "C",
"step": 30,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.requests, 8)",
"textEditor": true
},
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "First Party",
"metric": "sitespeed_firstparty",
"refId": "A",
"step": 120,
"target": "aliasByNode(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.thirdParty.requests, #C), 8)",
"textEditor": false
},
{
"expr": "sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Third party",
"metric": "sitespeed_thirdparty",
"refId": "B",
"step": 120,
"target": "aliasByNode(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.firstParty.requests, #C), 8)",
"textEditor": false
}
],
"timeFrom": null,
"timeShift": null,
"title": "1st vs 3rd party requests",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "percent",
"label": "Percentage of Requests",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": false
}
]
},
{
"aliasColors": {
"firstParty": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": true,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "requests",
"lines": false,
"stack": false,
"yaxis": 2
},
{
"alias": "firstParty"
}
],
"span": 4,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"} + sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": true,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Total",
"refId": "C",
"step": 30,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.contentSize, 8)",
"textEditor": true
},
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "First Party",
"metric": "sitespeed_firstparty",
"refId": "A",
"step": 120,
"target": "aliasByNode(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.thirdParty.contentSize, #C), 8)",
"textEditor": true
},
{
"expr": "sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Third party",
"metric": "sitespeed_thirdparty",
"refId": "B",
"step": 120,
"target": "aliasByNode(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.firstParty.contentSize, #C), 8)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "1st vs 3rd party content size",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "percent",
"label": "Percentage of Content Size",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": false
}
]
},
{
"aliasColors": {
"firstParty": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 4,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": true,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "requests",
"lines": false,
"stack": false,
"yaxis": 2
}
],
"span": 4,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"} + sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": true,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Total",
"refId": "C",
"step": 30,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.transferSize, 8)",
"textEditor": true
},
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "First Party",
"metric": "sitespeed_firstparty",
"refId": "A",
"step": 120,
"target": "aliasByNode(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.thirdParty.transferSize, #C), 8)",
"textEditor": true
},
{
"expr": "sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Third party",
"metric": "sitespeed_thirdparty",
"refId": "B",
"step": 120,
"target": "aliasByNode(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.firstParty.transferSize, #C), 8)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "1st vs 3rd party transfer size",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "percent",
"label": "Percentage of Transfer Size",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": false
}
]
},
{
"aliasColors": {
"firstParty": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 7,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": true,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "firstParty",
"zindex": -3
}
],
"span": 4,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "First Party",
"metric": "sitespeed_firstparty",
"refId": "A",
"step": 120,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.thirdParty.headerSize, 8)",
"textEditor": false
},
{
"expr": "sitespeed_thirdparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Third party",
"metric": "sitespeed_thirdparty",
"refId": "B",
"step": 120,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.firstParty.headerSize, 8)",
"textEditor": false
}
],
"timeFrom": null,
"timeShift": null,
"title": "1st vs 3rd party header size",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "bytes",
"label": "Percentage of Header Size",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": false
}
]
},
{
"aliasColors": {
"firstParty": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 6,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": true,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "requests",
"lines": false,
"stack": false,
"yaxis": 2
},
{
"alias": "firstParty"
}
],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "First Party",
"metric": "sitespeed_firstparty",
"refId": "A",
"step": 120,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.*.median, 11)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Page Timings",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 2,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "ms",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": false
}
]
},
{
"aliasColors": {
"firstParty": "#7EB26D",
"requests": "#EAB839",
"thirdParty": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 2,
"editable": true,
"error": false,
"fill": 4,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 5,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sitespeed_firstparty{value=\"requests\", metric=\"median\"}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "First Party",
"metric": "sitespeed_firstparty",
"refId": "A",
"step": 120,
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.userTimings.marks.*.median, 12)",
"textEditor": false
}
],
"timeFrom": null,
"timeShift": null,
"title": "User Timings",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 2,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "ms",
"label": "Percentage of Content Size",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": "",
"logBase": 1,
"max": null,
"min": null,
"show": false
}
]
}
],
"title": "Row"
}
],
"time": {
"from": "now-24h",
"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"
]
},
"templating": {
"list": [
{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "path",
"options": [],
"query": "sitespeed_io.*",
"refresh": 1,
"regex": "",
"type": "query"
},
{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "domain",
"options": [],
"query": "sitespeed_io.$path.pageSummary.*",
"refresh": 1,
"regex": "",
"type": "query"
},
{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "page",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.*",
"refresh": 1,
"regex": "",
"type": "query"
},
{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "browser",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.*",
"refresh": 1,
"regex": "",
"type": "query"
},
{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "connectivity",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.$browser.*",
"refresh": 1,
"regex": "",
"type": "query"
}
]
},
"annotations": {
"list": []
},
"refresh": "5s",
"schemaVersion": 12,
"version": 4,
"links": [],
"gnetId": null
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,743 +0,0 @@
{
"dashboard": {
"id": null,
"title": "Page summary",
"tags": [],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": null,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.*.median, 11)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Timings",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"title": "Row"
},
{
"collapse": false,
"editable": true,
"height": "300px",
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": null,
"editable": true,
"error": false,
"fill": 10,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 2,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 0,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 6,
"stack": true,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.contentTypes.*.transferSize, 9)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Size",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "bytes",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false,
"datasource": null,
"editable": true,
"error": false,
"fill": 10,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 0,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 6,
"stack": true,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.contentTypes.*.requests, 9)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Requests",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"title": "New row"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": null,
"decimals": 0,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 4,
"isNew": true,
"legend": {
"alignAsTable": false,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.pagexray.responseCodes.*, 9)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Response codes",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"title": "New row"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": null,
"editable": true,
"error": false,
"fill": 5,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 5,
"isNew": true,
"legend": {
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": true,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "alias(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.frontEndTime.max, #C), 'Frontend')",
"textEditor": true
},
{
"refId": "B",
"target": "alias(asPercent(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.backEndTime.max, #C), 'Backend')",
"textEditor": true
},
{
"hide": true,
"refId": "C",
"target": "sumSeries(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.frontEndTime.max,sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.backEndTime.max)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Max time spent in backend vs frontend %",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "percent",
"label": "",
"logBase": 1,
"max": 100,
"min": 0,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"title": "New row"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": null,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 6,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "alias(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.domContentLoadedTime.max, 'Now')",
"textEditor": true
},
{
"refId": "B",
"target": "alias(timeShift(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.domContentLoadedTime.max, '7d'), 'One week back')",
"textEditor": true
},
{
"refId": "C",
"target": "alias(summarize(#A, '1day', 'avg', true), \"daily avg\")",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "DOMContentLoaded Time",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false,
"datasource": null,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 7,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "max",
"fillBelowTo": "min",
"lines": false
},
{
"alias": "min",
"lines": false
}
],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"refId": "A",
"target": "aliasByMetric(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.frontEndTime.max)",
"textEditor": true
},
{
"refId": "B",
"target": "aliasByMetric(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.frontEndTime.min)",
"textEditor": true
},
{
"refId": "C",
"target": "aliasByMetric(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.frontEndTime.median)",
"textEditor": true
}
],
"timeFrom": null,
"timeShift": null,
"title": "Frontend Time",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [
{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"title": "New row"
}
],
"time": {
"from": "now-24h",
"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"
]
},
"templating": {
"list": [
{
"current": {
"tags": [],
"text": "default",
"value": "default"
},
"datasource": null,
"hide": 0,
"includeAll": false,
"multi": false,
"name": "path",
"options": [
{
"selected": true,
"text": "default",
"value": "default"
},
{
"selected": false,
"text": "pageSummary",
"value": "pageSummary"
},
{
"selected": false,
"text": "summary",
"value": "summary"
}
],
"query": "sitespeed_io.*",
"refresh": 0,
"regex": "",
"type": "query"
},
{
"datasource": null,
"hide": 0,
"includeAll": false,
"multi": false,
"name": "domain",
"query": "sitespeed_io.$path.pageSummary.*",
"refresh": 0,
"regex": "",
"type": "query"
},
{
"datasource": null,
"hide": 0,
"includeAll": false,
"multi": false,
"name": "page",
"query": "sitespeed_io.$path.pageSummary.$domain.*",
"refresh": 0,
"regex": "",
"type": "query"
},
{
"datasource": null,
"hide": 0,
"includeAll": false,
"multi": false,
"name": "browser",
"query": "sitespeed_io.$path.pageSummary.$domain.$page.*",
"refresh": 0,
"regex": "",
"type": "query"
},
{
"datasource": null,
"hide": 0,
"includeAll": false,
"multi": false,
"name": "connectivity",
"query": "sitespeed_io.$path.pageSummary.$domain.$page.$browser.*",
"refresh": 0,
"regex": "",
"type": "query"
}
]
},
"annotations": {
"list": []
},
"schemaVersion": 12,
"version": 16,
"links": [],
"gnetId": null
},
"overwrite": true
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,365 @@
{
"dashboard": {
"id": null,
"title": "Timings",
"tags": [
"page"
],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 0,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.default.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.$timing.$percentile, 12)"
}],
"timeFrom": null,
"timeShift": null,
"title": "$timing",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "Row"
}, {
"collapse": false,
"editable": true,
"height": "200px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 2,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.default.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.$timing.$percentile, 12)"
}],
"timeFrom": "3M",
"timeShift": null,
"title": "History of $timing",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}, {
"collapse": false,
"editable": true,
"height": "200px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.default.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.$timing.$percentile, 12)"
}],
"timeFrom": "6M",
"timeShift": null,
"title": "History of $timing",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}],
"time": {
"from": "now/d",
"to": "now/d"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"templating": {
"list": [{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "domain",
"options": [],
"query": "sitespeed_io.default.pageSummary.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "page",
"options": [],
"query": "sitespeed_io.default.pageSummary.$domain.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "browser",
"options": [],
"query": "sitespeed_io.default.pageSummary.$domain.$page.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "connectivity",
"options": [],
"query": "sitespeed_io.default.pageSummary.$domain.$page.$browser.*",
"refresh": 1,
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "timing",
"options": [],
"query": "sitespeed_io.default.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "percentile",
"options": [],
"query": "sitespeed_io.default.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.timings.pageTimings.$timing.*",
"refresh": 1,
"regex": "",
"type": "query"
}]
},
"annotations": {
"list": []
},
"refresh": false,
"schemaVersion": 12,
"version": 17,
"links": [{
"asDropdown": true,
"icon": "external link",
"tags": [
"site"
],
"title": "site",
"type": "dashboards"
}, {
"asDropdown": true,
"icon": "external link",
"tags": [
"page"
],
"title": "page",
"type": "dashboards"
}],
"gnetId": null
}
}
}

View File

@ -0,0 +1,384 @@
{
"dashboard": {
"__inputs": [{
"name": "DS_GRAPHITE",
"label": "graphite",
"description": "",
"type": "datasource",
"pluginId": "graphite",
"pluginName": "Graphite"
}],
"__requires": [{
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
}, {
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "3.1.1"
}, {
"type": "datasource",
"id": "graphite",
"name": "Graphite",
"version": "1.0.0"
}],
"id": null,
"title": "Visual metrics",
"tags": [
"page"
],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "alias(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.visualMetrics.SpeedIndex.median, 'Today')"
}, {
"refId": "B",
"target": "alias(timeShift(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.visualMetrics.SpeedIndex.median, '1d'), 'Yesterday')"
}],
"timeFrom": "7d",
"timeShift": null,
"title": "SpeedIndex",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "Row"
}, {
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 2,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 2,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.visualMetrics.FirstVisualChange.median, 10)"
}],
"timeFrom": null,
"timeShift": null,
"title": "First visual change",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}, {
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 2,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.$browser.$connectivity.browsertime.statistics.visualMetrics.LastVisualChange.median, 10)"
}],
"timeFrom": null,
"timeShift": null,
"title": "Last visual change",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}],
"time": {
"from": "now-6h",
"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"
]
},
"templating": {
"list": [{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "path",
"options": [],
"query": "sitespeed_io.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "domain",
"options": [],
"query": "sitespeed_io.$path.pageSummary.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "page",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.*",
"refresh": 1,
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "browser",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.*",
"refresh": 1,
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "connectivity",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.$browser.*",
"refresh": 1,
"regex": "",
"type": "query"
}]
},
"annotations": {
"list": []
},
"schemaVersion": 12,
"version": 4,
"links": [{
"asDropdown": true,
"icon": "external link",
"tags": [
"site"
],
"title": "site",
"type": "dashboards"
}, {
"asDropdown": true,
"icon": "external link",
"tags": [
"page"
],
"title": "page",
"type": "dashboards"
}],
"gnetId": null
}
}
}

View File

@ -0,0 +1,948 @@
{
"dashboard": {
"__inputs": [{
"name": "DS_GRAPHITE",
"label": "graphite",
"description": "",
"type": "datasource",
"pluginId": "graphite",
"pluginName": "Graphite"
}],
"__requires": [{
"type": "panel",
"id": "singlestat",
"name": "Singlestat",
"version": ""
}, {
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
}, {
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "3.1.1"
}, {
"type": "datasource",
"id": "graphite",
"name": "Graphite",
"version": "1.0.0"
}],
"id": null,
"title": "WebPageTest page summary",
"tags": [
"page"
],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [{
"collapse": false,
"editable": true,
"height": "25px",
"panels": [{
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "ms",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 11,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.TTFB"
}],
"thresholds": "",
"title": "TTFB",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "avg"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "ms",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 8,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.render"
}],
"thresholds": "",
"title": "Render",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "avg"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 4,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.SpeedIndex"
}],
"thresholds": "",
"title": "SpeedIndex",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "avg"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "ms",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 10,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.fullyLoaded"
}],
"thresholds": "",
"title": "Fully loaded",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "avg"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "bytes",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 6,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.bytesIn"
}],
"thresholds": "",
"title": "Total size",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "avg"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 14,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.requestsFull.select metric"
}],
"thresholds": "",
"title": "Requests full",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "avg"
}],
"title": "New row"
}, {
"collapse": false,
"editable": true,
"height": "450px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.{SpeedIndex,TTFB,fullyLoaded,render}, 11)",
"textEditor": false
}, {
"refId": "B",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.userTimes.*, 12)"
}],
"timeFrom": null,
"timeShift": null,
"title": "Timing metrics",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "Row"
}, {
"collapse": false,
"editable": true,
"height": "300px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 5,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 2,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 0,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 6,
"stack": true,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.firstView.breakdown.*.bytes, 12)"
}],
"timeFrom": null,
"timeShift": null,
"title": "Size",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "bytes",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}, {
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 5,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 0,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 6,
"stack": true,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.firstView.breakdown.*.requests, 12)"
}],
"timeFrom": null,
"timeShift": null,
"title": "Requests",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}, {
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 12,
"isNew": true,
"legend": {
"avg": false,
"current": true,
"max": false,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "alias(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.SpeedIndex, 'Now')"
}, {
"refId": "B",
"target": "alias(timeShift(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.SpeedIndex, '7d'), 'One week back')"
}, {
"refId": "C",
"target": "alias(summarize(#A, '1day', 'avg', true), \"daily avg\")",
"textEditor": true
}],
"timeFrom": null,
"timeShift": null,
"title": "SpeedIndex",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}, {
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"decimals": 0,
"editable": true,
"error": false,
"fill": 1,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 13,
"isNew": true,
"legend": {
"avg": false,
"current": true,
"max": false,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.$view.SpeedIndex, 11)"
}],
"timeFrom": "3M",
"timeShift": null,
"title": "SpeedIndex history",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}],
"time": {
"from": "now-6h",
"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"
]
},
"templating": {
"list": [{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "path",
"options": [],
"query": "sitespeed_io.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "domain",
"options": [],
"query": "sitespeed_io.$path.pageSummary.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "page",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "location",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "connectivity",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "view",
"options": [],
"query": "sitespeed_io.$path.pageSummary.$domain.$page.webpagetest.$location.$connectivity.data.median.*",
"refresh": 1,
"regex": "",
"type": "query"
}]
},
"annotations": {
"list": []
},
"schemaVersion": 12,
"version": 13,
"links": [{
"asDropdown": true,
"icon": "external link",
"tags": [
"site"
],
"title": "Site",
"type": "dashboards"
}, {
"asDropdown": true,
"icon": "external link",
"tags": [
"page"
],
"title": "Pages",
"type": "dashboards"
}],
"gnetId": null
}
}
}

View File

@ -0,0 +1,735 @@
{
"dashboard": {
"__inputs": [{
"name": "DS_GRAPHITE",
"label": "graphite",
"description": "",
"type": "datasource",
"pluginId": "graphite",
"pluginName": "Graphite"
}],
"__requires": [{
"type": "panel",
"id": "singlestat",
"name": "Singlestat",
"version": ""
}, {
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
}, {
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "3.1.1"
}, {
"type": "datasource",
"id": "graphite",
"name": "Graphite",
"version": "1.0.0"
}],
"id": null,
"title": "WebPageTest site summary",
"tags": [
"site"
],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [{
"collapse": false,
"editable": true,
"height": "100px",
"panels": [{
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 3,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": true
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.TTFB.max"
}],
"thresholds": "",
"title": "TTFB",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "current"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 5,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": true
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.render.max"
}],
"thresholds": "",
"title": "Render",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "current"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 4,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": true
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.SpeedIndex.max"
}],
"thresholds": "",
"title": "SpeedIndex",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "current"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 6,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": true
},
"targets": [{
"refId": "A",
"target": "sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.fullyLoaded.max"
}],
"thresholds": "",
"title": "Fully loaded",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "current"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "none",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 8,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": true
},
"targets": [{
"refId": "A",
"target": "sumSeries(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.breakdown.*.requests.max)"
}],
"thresholds": "",
"title": "Requests",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "current"
}, {
"cacheTimeout": null,
"colorBackground": false,
"colorValue": false,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"format": "bytes",
"gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"id": 10,
"interval": null,
"isNew": true,
"links": [],
"mappingType": 1,
"mappingTypes": [{
"name": "value to text",
"value": 1
}, {
"name": "range to text",
"value": 2
}],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [{
"from": "null",
"text": "N/A",
"to": "null"
}],
"span": 2,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": true
},
"targets": [{
"refId": "A",
"target": "sumSeries(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.breakdown.*.bytes.max)"
}],
"thresholds": "",
"title": "Size",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [{
"op": "=",
"text": "N/A",
"value": "null"
}],
"valueName": "current"
}],
"showTitle": true,
"title": "Max"
}, {
"collapse": false,
"editable": true,
"height": "250px",
"panels": [{
"aliasColors": {
"max": "#890F02",
"median": "#C15C17",
"min": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 0,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 7,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [{
"alias": "max",
"fillBelowTo": "min",
"lines": false
}, {
"alias": "min",
"lines": false
}],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "B",
"target": "aliasByNode(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.SpeedIndex.max, 9)"
}, {
"refId": "C",
"target": "aliasByNode(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.SpeedIndex.min, 9)"
}, {
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.SpeedIndex.median, 9)"
}],
"timeFrom": "7d",
"timeShift": null,
"title": "SpeedIndex",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "none",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}, {
"aliasColors": {
"max": "#890F02",
"median": "#C15C17",
"min": "#890F02"
},
"bars": false,
"datasource": "${DS_GRAPHITE}",
"editable": true,
"error": false,
"fill": 0,
"grid": {
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 11,
"isNew": true,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": true,
"min": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [{
"alias": "max",
"fillBelowTo": "min",
"lines": false
}, {
"alias": "min",
"lines": false
}],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [{
"refId": "B",
"target": "aliasByNode(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.render.max, 9)"
}, {
"refId": "C",
"target": "aliasByNode(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.render.min, 9)"
}, {
"refId": "A",
"target": "aliasByNode(sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.$view.render.median, 9)"
}],
"timeFrom": "7d",
"timeShift": null,
"title": "Start render",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"show": true
},
"yaxes": [{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}, {
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}]
}],
"title": "New row"
}],
"time": {
"from": "now-7d",
"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"
]
},
"templating": {
"list": [{
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "path",
"options": [],
"query": "sitespeed_io.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "group",
"options": [],
"query": "sitespeed_io.$path.summary.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "location",
"options": [],
"query": "sitespeed_io.$path.summary.$group.webpagetest.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "connectivity",
"options": [],
"query": "sitespeed_io.$path.summary.$group.webpagetest.$location.*",
"refresh": 1,
"regex": "",
"type": "query"
}, {
"current": {},
"datasource": "${DS_GRAPHITE}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "view",
"options": [],
"query": "sitespeed_io.$path.summary.$group.webpagetest.$location.$connectivity.*",
"refresh": 1,
"regex": "",
"type": "query"
}]
},
"annotations": {
"list": []
},
"schemaVersion": 12,
"version": 7,
"links": [{
"asDropdown": true,
"icon": "external link",
"tags": [
"page"
],
"title": "Pages",
"type": "dashboards"
}, {
"asDropdown": true,
"icon": "external link",
"tags": [
"site"
],
"title": "Site",
"type": "dashboards"
}],
"gnetId": null
}
}
}

View File

@ -1,5 +1,5 @@
{
"name": "graphite",
"name": "${DS_GRAPHITE}",
"type": "graphite",
"url": "http://graphite:80",
"access": "proxy",