Files
grafana/apps/dashboard/pkg/migration/testdata/input/v14.broken-dash-min.json

119 lines
3.2 KiB
JSON

{
"annotations": {
"list": [
]
},
"editable": false,
"gnetId": null,
"graphTooltip": 1,
"hideControls": false,
"id": 22815,
"links": [
],
"refresh": "1m",
"rows": [
{
"collapse": false,
"collapsed": false,
"panels": [
{
"datasource": "$datasource",
"fieldConfig": {
"defaults": {
"links": [],
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [{ "color": "green", "value": 0 }]
},
"unit": "none"
}
},
"gridPos": { "h": 9, "w": 12, "x": 0, "y": 0 },
"id": 2,
"links": [],
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": ["mean"],
"fields": "",
"values": false
},
"textMode": "auto"
},
"pluginVersion": "7",
"targets": [
{
"expr": "sum(rate(http_requests_total{environment=\"$env\", region=\"$region\", service=\"webapp\"}[5m]))",
"format": "time_series",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "Requests/sec",
"refId": "A"
},
{
"expr": "avg(memory_usage_bytes{environment=\"$env\", region=\"$region\", service=\"webapp\"}) / 1024 / 1024",
"format": "time_series",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "Memory (MB)",
"refId": "B"
},
{
"expr": "histogram_quantile(0.95, rate(response_time_bucket{environment=\"$env\", region=\"$region\", service=\"webapp\"}[5m]))",
"format": "time_series",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "95th percentile latency",
"refId": "C"
}
],
"title": "Service Stats",
"transparent": false,
"type": "stat"
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Overview",
"titleSize": "h6",
"type": "row"
}
],
"schemaVersion": 14,
"style": "dark",
"tags": ["example-service", "as-code"],
"templating": {
"list": [
]
},
"time": { "from": "now-2h", "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": "browser",
"title": "Service Overview Dashboard",
"uid": "ba9b93e998e09d254266b11192894a8d",
"version": 1
}