mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasources: Update dashboards (#22476)
* Datasources: Update dashboards * Datasources: increase dashboard versions * Datasources: prometheus dashboards improvements - Update links - Add target="blank" if missing - Remove not showing image
This commit is contained in:
parent
be022d4239
commit
34c9233501
@ -13,117 +13,135 @@
|
|||||||
"style": "dark",
|
"style": "dark",
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"hideControls": false,
|
"gnetId": null,
|
||||||
"sharedCrosshair": false,
|
"graphTooltip": 0,
|
||||||
"rows": [
|
"id": null,
|
||||||
|
"panels": [
|
||||||
{
|
{
|
||||||
"collapsable": true,
|
"aliasColors": {},
|
||||||
"collapse": false,
|
"annotate": {
|
||||||
|
"enable": false
|
||||||
|
},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": "${DS_NAME}",
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"height": "350px",
|
"fill": 0,
|
||||||
"notice": false,
|
"fillGradient": 0,
|
||||||
"panels": [
|
"grid": {
|
||||||
|
"max": null,
|
||||||
|
"min": 0
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 10,
|
||||||
|
"w": 24,
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 1,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"loadingEditor": false,
|
||||||
|
"nullPointMode": "null as zero",
|
||||||
|
"options": {
|
||||||
|
"dataLinks": []
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pointradius": 5,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"resolution": 100,
|
||||||
|
"scale": 1,
|
||||||
|
"seriesOverrides": [
|
||||||
{
|
{
|
||||||
"aliasColors": {},
|
"alias": "Points Per Update",
|
||||||
"annotate": {
|
"yaxis": 2
|
||||||
"enable": false
|
},
|
||||||
},
|
{
|
||||||
"bars": false,
|
"alias": "CPU",
|
||||||
"datasource": "${DS_NAME}",
|
"yaxis": 2
|
||||||
"editable": true,
|
|
||||||
"fill": 0,
|
|
||||||
"grid": {
|
|
||||||
"leftLogBase": 1,
|
|
||||||
"leftMax": null,
|
|
||||||
"leftMin": null,
|
|
||||||
"max": null,
|
|
||||||
"min": 0,
|
|
||||||
"rightLogBase": 1,
|
|
||||||
"rightMax": null,
|
|
||||||
"rightMin": null,
|
|
||||||
"threshold1": null,
|
|
||||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
|
||||||
"threshold2": null,
|
|
||||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
|
||||||
},
|
|
||||||
"id": 1,
|
|
||||||
"legend": {
|
|
||||||
"avg": false,
|
|
||||||
"current": false,
|
|
||||||
"max": false,
|
|
||||||
"min": false,
|
|
||||||
"show": true,
|
|
||||||
"total": false,
|
|
||||||
"values": false
|
|
||||||
},
|
|
||||||
"lines": true,
|
|
||||||
"linewidth": 1,
|
|
||||||
"loadingEditor": false,
|
|
||||||
"nullPointMode": "null as zero",
|
|
||||||
"percentage": false,
|
|
||||||
"pointradius": 5,
|
|
||||||
"points": false,
|
|
||||||
"renderer": "flot",
|
|
||||||
"resolution": 100,
|
|
||||||
"scale": 1,
|
|
||||||
"seriesOverrides": [
|
|
||||||
{
|
|
||||||
"alias": "Points Per Update",
|
|
||||||
"yaxis": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"alias": "CPU",
|
|
||||||
"yaxis": 2
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"span": 12,
|
|
||||||
"stack": false,
|
|
||||||
"steppedLine": false,
|
|
||||||
"targets": [
|
|
||||||
{
|
|
||||||
"refId": "A",
|
|
||||||
"target": "alias(sumSeries(carbon.agents.*.updateOperations),\"Updates\") "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"refId": "B",
|
|
||||||
"target": "alias(sumSeries(carbon.agents.*.metricsReceived),'Metrics Received')"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"refId": "C",
|
|
||||||
"target": "alias(sumSeries(carbon.agents.*.committedPoints),'Committed Points')"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"refId": "D",
|
|
||||||
"target": "alias(sumSeries(carbon.agents.*.pointsPerUpdate),'Points Per Update')"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"refId": "E",
|
|
||||||
"target": "alias(averageSeries(carbon.agents.*.cpuUsage),'CPU')"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"refId": "F",
|
|
||||||
"target": "alias(sumSeries(carbon.agents.*.creates),'Creates')"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"timeFrom": null,
|
|
||||||
"timeShift": null,
|
|
||||||
"title": "Graphite Carbon Metrics",
|
|
||||||
"tooltip": {
|
|
||||||
"query_as_alias": true,
|
|
||||||
"shared": false,
|
|
||||||
"value_type": "cumulative"
|
|
||||||
},
|
|
||||||
"type": "graph",
|
|
||||||
"x-axis": true,
|
|
||||||
"y-axis": true,
|
|
||||||
"y_formats": [
|
|
||||||
"short",
|
|
||||||
"short"
|
|
||||||
],
|
|
||||||
"zerofill": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Row1"
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"refId": "A",
|
||||||
|
"target": "alias(sumSeries(carbon.agents.*.updateOperations),\"Updates\") "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refId": "B",
|
||||||
|
"target": "alias(sumSeries(carbon.agents.*.metricsReceived),'Metrics Received')"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refId": "C",
|
||||||
|
"target": "alias(sumSeries(carbon.agents.*.committedPoints),'Committed Points')"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refId": "D",
|
||||||
|
"target": "alias(sumSeries(carbon.agents.*.pointsPerUpdate),'Points Per Update')"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refId": "E",
|
||||||
|
"target": "alias(averageSeries(carbon.agents.*.cpuUsage),'CPU')"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refId": "F",
|
||||||
|
"target": "alias(sumSeries(carbon.agents.*.creates),'Creates')"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeRegions": [],
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Graphite Carbon Metrics",
|
||||||
|
"tooltip": {
|
||||||
|
"query_as_alias": true,
|
||||||
|
"shared": false,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "cumulative"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"buckets": null,
|
||||||
|
"mode": "time",
|
||||||
|
"name": null,
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false,
|
||||||
|
"alignLevel": null
|
||||||
|
},
|
||||||
|
"zerofill": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": {
|
"time": {
|
||||||
@ -135,30 +153,9 @@
|
|||||||
"enable": true,
|
"enable": true,
|
||||||
"notice": false,
|
"notice": false,
|
||||||
"now": true,
|
"now": true,
|
||||||
"refresh_intervals": [
|
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
|
||||||
"5s",
|
|
||||||
"10s",
|
|
||||||
"30s",
|
|
||||||
"1m",
|
|
||||||
"5m",
|
|
||||||
"15m",
|
|
||||||
"30m",
|
|
||||||
"1h",
|
|
||||||
"2h",
|
|
||||||
"1d"
|
|
||||||
],
|
|
||||||
"status": "Stable",
|
"status": "Stable",
|
||||||
"time_options": [
|
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"],
|
||||||
"5m",
|
|
||||||
"15m",
|
|
||||||
"1h",
|
|
||||||
"6h",
|
|
||||||
"12h",
|
|
||||||
"24h",
|
|
||||||
"2d",
|
|
||||||
"7d",
|
|
||||||
"30d"
|
|
||||||
],
|
|
||||||
"type": "timepicker"
|
"type": "timepicker"
|
||||||
},
|
},
|
||||||
"templating": {
|
"templating": {
|
||||||
@ -170,7 +167,7 @@
|
|||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"refresh": false,
|
"refresh": false,
|
||||||
"schemaVersion": 8,
|
"schemaVersion": 22,
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"links": []
|
"links": []
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user