From abb7c089466b563219038e84259d90f89ae4f545 Mon Sep 17 00:00:00 2001 From: Grafana Date: Wed, 17 Jun 2026 09:26:38 +0000 Subject: [PATCH] Save dashboard: New dashboard --- benjamin-test-dashboard.json | 126 +++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 benjamin-test-dashboard.json diff --git a/benjamin-test-dashboard.json b/benjamin-test-dashboard.json new file mode 100644 index 0000000..1fb49bc --- /dev/null +++ b/benjamin-test-dashboard.json @@ -0,0 +1,126 @@ +{ + "apiVersion": "dashboard.grafana.app/v2", + "kind": "Dashboard", + "metadata": { + "name": "dafpe949r5xm9sf" + }, + "spec": { + "annotations": [ + { + "kind": "AnnotationQuery", + "spec": { + "builtIn": true, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations \u0026 Alerts", + "query": { + "datasource": { + "name": "-- Grafana --" + }, + "group": "grafana", + "kind": "DataQuery", + "spec": {}, + "version": "v0" + } + } + } + ], + "cursorSync": "Off", + "description": "", + "editable": true, + "elements": { + "panel-1": { + "kind": "Panel", + "spec": { + "data": { + "kind": "QueryGroup", + "spec": { + "queries": [], + "queryOptions": {}, + "transformations": [] + } + }, + "description": "", + "id": 1, + "links": [], + "title": "New panel", + "vizConfig": { + "group": "text", + "kind": "VizConfig", + "spec": { + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, + "content": "# Title\n\nFor markdown syntax help: [commonmark.org/help](https://commonmark.org/help/)", + "mode": "markdown" + } + }, + "version": "13.0.0" + } + } + } + }, + "layout": { + "kind": "GridLayout", + "spec": { + "items": [ + { + "kind": "GridLayoutItem", + "spec": { + "element": { + "kind": "ElementReference", + "name": "panel-1" + }, + "height": 8, + "width": 12, + "x": 0, + "y": 0 + } + } + ] + } + }, + "links": [], + "liveNow": false, + "preferences": { + "layout": { + "kind": "GridLayout", + "spec": { + "items": [] + } + } + }, + "preload": false, + "tags": [], + "timeSettings": { + "autoRefresh": "5s", + "autoRefreshIntervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "fiscalYearStartMonth": 0, + "from": "now-6h", + "hideTimepicker": false, + "timezone": "browser", + "to": "now" + }, + "title": "BENJAMIN TEST DASHBOARD", + "variables": [] + } +} \ No newline at end of file