アプリケーションデプロイ状況表示用ダッシュボード¶
アプリケーションのデプロイ状況を表示するためのサンプルダッシュボードです。
ダッシュボードの使用方法¶
本ダッシュボードを使用することでユーザリポジトリに格納したマニフェストが正常にデプロイされたか否かを確認することが可能です。
ダッシュボード2段目の Status
パネルにアプリケーションのデプロイ状況が表示されます。
パネル内の status
カラムが Ready
であればアプリケーションのデプロイが完了しています。
また、ダッシュボード左上のクエリ機能で表示対象を絞ることが可能です。
例えばマニフェストに指定したアプリケーションの namespace
を選択することで該当アプリケーションの状態のみダッシュボードに表示することが可能です。

コードブロック右上のコピーボタンからコピーしてお使いください。
{
"__inputs": [
{
"name": "DS_MANAGED_PROMETHEUS",
"label": "Managed Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__elements": {},
"__requires": [
{
"type": "panel",
"id": "bargauge",
"name": "Bar gauge",
"version": ""
},
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "10.4.3"
},
{
"type": "datasource",
"id": "prometheus",
"name": "Prometheus",
"version": "1.0.0"
},
{
"type": "panel",
"id": "stat",
"name": "Stat",
"version": ""
},
{
"type": "panel",
"id": "table",
"name": "Table",
"version": ""
},
{
"type": "panel",
"id": "timeseries",
"name": "Time series",
"version": ""
}
],
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"target": {
"limit": 100,
"matchAny": false,
"tags": [],
"type": "dashboard"
},
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"links": [],
"liveNow": false,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
},
{
"color": "red",
"value": 100
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 6,
"x": 0,
"y": 0
},
"id": 24,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"last"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"text": {},
"textMode": "value",
"wideLayout": true
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "scalar((sum(gotk_resource_ready_status_ks{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_hr{exported_namespace=~\"$namespace\"}) or on() vector(0)))",
"interval": "",
"legendFormat": "",
"range": true,
"refId": "A"
}
],
"title": "Cluster Reconcilers",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "red",
"value": null
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 6,
"x": 6,
"y": 0
},
"id": 28,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"last"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"text": {},
"textMode": "value",
"wideLayout": true
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "scalar((count(gotk_resource_ready_status_ks{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (count(gotk_resource_ready_status_hr{exported_namespace=~\"$namespace\"}) or on() vector(0)))\n-\nscalar((sum(gotk_resource_ready_status_ks{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_hr{exported_namespace=~\"$namespace\"}) or on() vector(0)))",
"interval": "",
"legendFormat": "",
"range": true,
"refId": "A"
}
],
"title": "Failing Reconcilers",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
},
{
"color": "red",
"value": 100
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 6,
"x": 12,
"y": 0
},
"id": 29,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"last"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"text": {},
"textMode": "value",
"wideLayout": true
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "scalar((sum(gotk_resource_ready_status_gitrepo{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_helmrepo{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_bucket{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_ocirepo{exported_namespace=~\"$namespace\"}) or on() vector(0)))",
"interval": "",
"legendFormat": "",
"range": true,
"refId": "A"
}
],
"title": "Kubernetes Manifests Sources",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "red",
"value": null
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 6,
"x": 18,
"y": 0
},
"id": 30,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"last"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"text": {},
"textMode": "value",
"wideLayout": true
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "scalar((count(gotk_resource_ready_status_gitrepo{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (count(gotk_resource_ready_status_helmrepo{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (count(gotk_resource_ready_status_bucket{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (count(gotk_resource_ready_status_ocirepo{exported_namespace=~\"$namespace\"}) or on() vector(0)))\n-\nscalar((sum(gotk_resource_ready_status_gitrepo{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_helmrepo{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_bucket{exported_namespace=~\"$namespace\"}) or on() vector(0)) + (sum(gotk_resource_ready_status_ocirepo{exported_namespace=~\"$namespace\"}) or on() vector(0)))",
"interval": "",
"legendFormat": "",
"range": true,
"refId": "A"
}
],
"title": "Failing Sources",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 1
},
{
"color": "red",
"value": 61
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 12,
"x": 0,
"y": 5
},
"id": 8,
"options": {
"displayMode": "gradient",
"maxVizHeight": 300,
"minVizHeight": 10,
"minVizWidth": 0,
"namePlacement": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"mean"
],
"fields": "",
"values": false
},
"showUnfilled": true,
"sizing": "auto",
"text": {},
"valueMode": "color"
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": " sum(rate(gotk_reconcile_duration_seconds_sum{exported_namespace=~\"$namespace\",kind=~\"Kustomization|HelmRelease\"}[5m])) by (kind)\n/\n sum(rate(gotk_reconcile_duration_seconds_count{exported_namespace=~\"$namespace\",kind=~\"Kustomization|HelmRelease\"}[5m])) by (kind)",
"interval": "",
"legendFormat": "{{kind}}",
"range": true,
"refId": "A"
}
],
"title": "Reconciler ops avg. duration",
"type": "bargauge"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 1
},
{
"color": "red",
"value": 61
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 12,
"x": 12,
"y": 5
},
"id": 31,
"options": {
"displayMode": "gradient",
"maxVizHeight": 300,
"minVizHeight": 10,
"minVizWidth": 0,
"namePlacement": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"mean"
],
"fields": "",
"values": false
},
"showUnfilled": true,
"sizing": "auto",
"text": {},
"valueMode": "color"
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": " sum(rate(gotk_reconcile_duration_seconds_sum{exported_namespace=~\"$namespace\",kind=~\"GitRepository|HelmRepository|Bucket|OCIRepository\"}[5m])) by (kind)\n/\n sum(rate(gotk_reconcile_duration_seconds_count{exported_namespace=~\"$namespace\",kind=~\"GitRepository|HelmRepository|Bucket|OCIRepository\"}[5m])) by (kind)",
"interval": "",
"legendFormat": "{{kind}}",
"range": true,
"refId": "A"
}
],
"title": "Source ops avg. duration",
"type": "bargauge"
},
{
"collapsed": false,
"datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 9
},
"id": 15,
"panels": [],
"title": "Status",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"filterable": true,
"inspect": false
},
"mappings": [
{
"options": {
"0": {
"index": 0,
"text": "Not Ready"
},
"1": {
"index": 1,
"text": "Ready"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
},
{
"color": "red",
"value": 0
},
{
"color": "blue",
"value": 1
}
]
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Status"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "color-background"
}
}
]
}
]
},
"gridPos": {
"h": 11,
"w": 12,
"x": 0,
"y": 10
},
"id": 33,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"show": false
},
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Status"
}
]
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "gotk_resource_ready_status_ks{exported_namespace=~\"$namespace\"} or gotk_resource_ready_status_hr{exported_namespace=~\"$namespace\"}",
"format": "table",
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Cluster reconciliation readiness ",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"__name__": true,
"app": true,
"chart_name": true,
"chart_source_name": true,
"cluster": true,
"container": true,
"customresource_group": true,
"customresource_version": true,
"endpoint": true,
"exported_namespace": false,
"instance": true,
"job": true,
"kubernetes_namespace": true,
"kubernetes_pod_name": true,
"namespace": true,
"pod": true,
"pod_template_hash": true,
"prometheus": true,
"prometheus_replica": true,
"revision": true,
"service": true,
"source_name": true,
"status": true,
"suspended": true,
"type": true
},
"includeByName": {},
"indexByName": {},
"renameByName": {
"Value": "Status",
"cluster": "",
"exported_namespace": "Namespace",
"kind": "Kind",
"name": "Name",
"namespace": "Operator Namespace"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"filterable": true,
"inspect": false
},
"mappings": [
{
"options": {
"0": {
"index": 1,
"text": "Not Ready"
},
"1": {
"index": 0,
"text": "Ready"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
},
{
"color": "red",
"value": 0
},
{
"color": "blue",
"value": 1
}
]
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Status"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "color-background"
}
}
]
}
]
},
"gridPos": {
"h": 11,
"w": 12,
"x": 12,
"y": 10
},
"id": 34,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"show": false
},
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Status"
}
]
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "gotk_resource_ready_status_gitrepo{exported_namespace=~\"$namespace\"} or gotk_resource_ready_status_helmrepo{exported_namespace=~\"$namespace\"} or\ngotk_resource_ready_status_bucket{exported_namespace=~\"$namespace\"} or gotk_resource_ready_status_ocirepo{exported_namespace=~\"$namespace\"}",
"format": "table",
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Source acquisition readiness ",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"__name__": true,
"app": true,
"cluster": true,
"container": true,
"customresource_group": true,
"customresource_version": true,
"endpoint": true,
"exported_namespace": false,
"instance": true,
"job": true,
"kubernetes_namespace": true,
"kubernetes_pod_name": true,
"namespace": true,
"pod": true,
"pod_template_hash": true,
"prometheus": true,
"prometheus_replica": true,
"ready": true,
"revision": true,
"service": true,
"status": true,
"type": true,
"url": true
},
"includeByName": {},
"indexByName": {},
"renameByName": {
"Value": "Status",
"exported_namespace": "Namespace",
"kind": "Kind",
"name": "Name",
"namespace": "Operator Namespace"
}
}
}
],
"type": "table"
},
{
"collapsed": false,
"datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 21
},
"id": 17,
"panels": [],
"title": "Timing",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "s"
},
"overrides": [
{
"matcher": {
"id": "byValue",
"options": {
"op": "gte",
"reducer": "allIsZero",
"value": 0
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": true,
"tooltip": true,
"viz": false
}
}
]
},
{
"matcher": {
"id": "byValue",
"options": {
"op": "gte",
"reducer": "allIsNull",
"value": 0
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": true,
"tooltip": true,
"viz": false
}
}
]
}
]
},
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 22
},
"id": 27,
"options": {
"legend": {
"calcs": [
"mean"
],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": " sum(rate(gotk_reconcile_duration_seconds_sum{exported_namespace=~\"$namespace\",kind=~\"Kustomization|HelmRelease\"}[5m])) by (kind, name)\n/\n sum(rate(gotk_reconcile_duration_seconds_count{exported_namespace=~\"$namespace\",kind=~\"Kustomization|HelmRelease\"}[5m])) by (kind, name)",
"hide": false,
"interval": "",
"legendFormat": "{{kind}}/{{name}}",
"range": true,
"refId": "B"
}
],
"title": "Cluster reconciliation duration",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "s"
},
"overrides": [
{
"matcher": {
"id": "byValue",
"options": {
"op": "gte",
"reducer": "allIsZero",
"value": 0
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": true,
"tooltip": true,
"viz": false
}
}
]
},
{
"matcher": {
"id": "byValue",
"options": {
"op": "gte",
"reducer": "allIsNull",
"value": 0
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": true,
"tooltip": true,
"viz": false
}
}
]
}
]
},
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 30
},
"id": 35,
"options": {
"legend": {
"calcs": [
"mean"
],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "10.4.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_MANAGED_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": " sum(rate(gotk_reconcile_duration_seconds_sum{exported_namespace=~\"$namespace\",kind=~\"GitRepository|HelmRepository|Bucket|OCIRepository\"}[5m])) by (kind, name)\n/\n sum(rate(gotk_reconcile_duration_seconds_count{exported_namespace=~\"$namespace\",kind=~\"GitRepository|HelmRepository|Bucket|OCIRepository\"}[5m])) by (kind, name)",
"hide": false,
"interval": "",
"legendFormat": "{{kind}}/{{name}}",
"range": true,
"refId": "B"
}
],
"title": "Source acquisition duration",
"type": "timeseries"
}
],
"refresh": "30s",
"revision": 1,
"schemaVersion": 39,
"tags": [
"flux"
],
"templating": {
"list": [
{
"current": {},
"datasource": {
"uid": "$DS_PROMETHEUS"
},
"definition": "label_values(gotk_reconcile_duration_seconds_sum,exported_namespace)",
"hide": 0,
"includeAll": true,
"multi": true,
"name": "namespace",
"options": [],
"query": {
"qryType": 1,
"query": "label_values(gotk_reconcile_duration_seconds_sum,exported_namespace)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {
"selected": false,
"text": "Managed Prometheus",
"value": "admagfqycf5z4d"
},
"hide": 0,
"includeAll": false,
"label": "Datasource",
"multi": false,
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
}
]
},
"time": {
"from": "now-15m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
]
},
"timezone": "",
"title": "Flux Cluster Stats",
"uid": "flux-cluster",
"version": 18,
"weekStart": ""
}