mirror of https://git.rancher.io/charts
1177 lines
56 KiB
Diff
1177 lines
56 KiB
Diff
--- charts-original/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml
|
|
+++ charts/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml
|
|
@@ -4,11 +4,11 @@
|
|
https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/hack
|
|
*/ -}}
|
|
{{- $kubeTargetVersion := default .Capabilities.KubeVersion.GitVersion .Values.kubeTargetVersionOverride }}
|
|
-{{- if and (semverCompare ">=1.14.0-0" $kubeTargetVersion) (semverCompare "<9.9.9-9" $kubeTargetVersion) .Values.grafana.enabled .Values.grafana.defaultDashboardsEnabled }}
|
|
+{{- if and (or .Values.grafana.enabled .Values.grafana.forceDeployDashboards) (semverCompare ">=1.14.0-0" $kubeTargetVersion) (semverCompare "<9.9.9-9" $kubeTargetVersion) .Values.grafana.defaultDashboardsEnabled }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
- namespace: {{ template "kube-prometheus-stack.namespace" . }}
|
|
+ namespace: {{ .Values.grafana.defaultDashboards.namespace }}
|
|
name: {{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) "k8s-resources-pod" | trunc 63 | trimSuffix "-" }}
|
|
annotations:
|
|
{{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }}
|
|
@@ -94,7 +94,7 @@
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\", cluster=\"$cluster\"}) by (container)",
|
|
+ "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\", pod=\"$pod\", cluster=\"$cluster\"}) by (container)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}container{{`}}`}}",
|
|
@@ -102,7 +102,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(\n kube_pod_container_resource_requests_cpu_cores{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"})\n",
|
|
+ "expr": "sum(\n kube_pod_container_resource_requests{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"cpu\"}\n)\n",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "requests",
|
|
@@ -110,7 +110,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(\n kube_pod_container_resource_limits_cpu_cores{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"})\n",
|
|
+ "expr": "sum(\n kube_pod_container_resource_limits{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"cpu\"}\n)\n",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "limits",
|
|
@@ -208,7 +208,7 @@
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(increase(container_cpu_cfs_throttled_periods_total{namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\", container!=\"\", cluster=\"$cluster\"}[5m])) by (container) /sum(increase(container_cpu_cfs_periods_total{namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\", container!=\"\", cluster=\"$cluster\"}[5m])) by (container)",
|
|
+ "expr": "sum(increase(container_cpu_cfs_throttled_periods_total{namespace=\"$namespace\", pod=\"$pod\", container!=\"\", cluster=\"$cluster\"}[5m])) by (container) /sum(increase(container_cpu_cfs_periods_total{namespace=\"$namespace\", pod=\"$pod\", container!=\"\", cluster=\"$cluster\"}[5m])) by (container)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}container{{`}}`}}",
|
|
@@ -450,7 +450,7 @@
|
|
],
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\"}) by (container)",
|
|
+ "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -459,7 +459,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(kube_pod_container_resource_requests_cpu_cores{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(kube_pod_container_resource_requests{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"cpu\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -468,7 +468,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container) / sum(kube_pod_container_resource_requests_cpu_cores{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container) / sum(kube_pod_container_resource_requests{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"cpu\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -477,7 +477,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(kube_pod_container_resource_limits_cpu_cores{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(kube_pod_container_resource_limits{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"cpu\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -486,7 +486,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container) / sum(kube_pod_container_resource_limits_cpu_cores{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container) / sum(kube_pod_container_resource_limits{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"cpu\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -584,7 +584,7 @@
|
|
"dashes": true,
|
|
"fill": 0,
|
|
"hideTooltip": true,
|
|
- "legend": false,
|
|
+ "legend": true,
|
|
"linewidth": 2,
|
|
"stack": false
|
|
},
|
|
@@ -594,7 +594,7 @@
|
|
"dashes": true,
|
|
"fill": 0,
|
|
"hideTooltip": true,
|
|
- "legend": false,
|
|
+ "legend": true,
|
|
"linewidth": 2,
|
|
"stack": false
|
|
}
|
|
@@ -605,7 +605,7 @@
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\", container!=\"\", image!=\"\"}) by (container)",
|
|
+ "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\", image!=\"\"}) by (container)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}container{{`}}`}}",
|
|
@@ -613,7 +613,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(\n kube_pod_container_resource_requests_memory_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"})\n",
|
|
+ "expr": "sum(\n kube_pod_container_resource_requests{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"memory\"}\n)\n",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "requests",
|
|
@@ -621,7 +621,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(\n kube_pod_container_resource_limits_memory_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"})\n",
|
|
+ "expr": "sum(\n kube_pod_container_resource_limits{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"memory\"}\n)\n",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "limits",
|
|
@@ -634,7 +634,7 @@
|
|
],
|
|
"timeFrom": null,
|
|
"timeShift": null,
|
|
- "title": "Memory Usage",
|
|
+ "title": "Memory Usage (WSS)",
|
|
"tooltip": {
|
|
"shared": false,
|
|
"sort": 0,
|
|
@@ -725,7 +725,7 @@
|
|
"type": "hidden"
|
|
},
|
|
{
|
|
- "alias": "Memory Usage",
|
|
+ "alias": "Memory Usage (WSS)",
|
|
"colorMode": null,
|
|
"colors": [
|
|
|
|
@@ -913,7 +913,7 @@
|
|
],
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\", container!=\"\", image!=\"\"}) by (container)",
|
|
+ "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\", image!=\"\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -922,7 +922,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(kube_pod_container_resource_requests_memory_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(kube_pod_container_resource_requests{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"memory\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -931,7 +931,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", image!=\"\"}) by (container) / sum(kube_pod_container_resource_requests_memory_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", image!=\"\"}) by (container) / sum(kube_pod_container_resource_requests{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"memory\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -940,7 +940,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(kube_pod_container_resource_limits_memory_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\"}) by (container)",
|
|
+ "expr": "sum(kube_pod_container_resource_limits{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"memory\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -949,7 +949,7 @@
|
|
"step": 10
|
|
},
|
|
{
|
|
- "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\", image!=\"\"}) by (container) / sum(kube_pod_container_resource_limits_memory_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}) by (container)",
|
|
+ "expr": "sum(container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container!=\"\", image!=\"\"}) by (container) / sum(kube_pod_container_resource_limits{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", resource=\"memory\"}) by (container)",
|
|
"format": "table",
|
|
"instant": true,
|
|
"intervalFactor": 2,
|
|
@@ -1072,12 +1072,12 @@
|
|
|
|
],
|
|
"spaceLength": 10,
|
|
- "span": 12,
|
|
+ "span": 6,
|
|
"stack": true,
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(irate(container_network_receive_bytes_total{namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "expr": "sum(irate(container_network_receive_bytes_total{cluster=\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
@@ -1124,19 +1124,7 @@
|
|
"show": false
|
|
}
|
|
]
|
|
- }
|
|
- ],
|
|
- "repeat": null,
|
|
- "repeatIteration": null,
|
|
- "repeatRowId": null,
|
|
- "showTitle": true,
|
|
- "title": "Network",
|
|
- "titleSize": "h6"
|
|
- },
|
|
- {
|
|
- "collapse": false,
|
|
- "height": "250px",
|
|
- "panels": [
|
|
+ },
|
|
{
|
|
"aliasColors": {
|
|
|
|
@@ -1171,12 +1159,12 @@
|
|
|
|
],
|
|
"spaceLength": 10,
|
|
- "span": 12,
|
|
+ "span": 6,
|
|
"stack": true,
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(irate(container_network_transmit_bytes_total{namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "expr": "sum(irate(container_network_transmit_bytes_total{cluster=\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
@@ -1229,7 +1217,7 @@
|
|
"repeatIteration": null,
|
|
"repeatRowId": null,
|
|
"showTitle": true,
|
|
- "title": "Network",
|
|
+ "title": "Bandwidth",
|
|
"titleSize": "h6"
|
|
},
|
|
{
|
|
@@ -1270,12 +1258,12 @@
|
|
|
|
],
|
|
"spaceLength": 10,
|
|
- "span": 12,
|
|
+ "span": 6,
|
|
"stack": true,
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(irate(container_network_receive_packets_total{namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "expr": "sum(irate(container_network_receive_packets_total{cluster=\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
@@ -1322,19 +1310,7 @@
|
|
"show": false
|
|
}
|
|
]
|
|
- }
|
|
- ],
|
|
- "repeat": null,
|
|
- "repeatIteration": null,
|
|
- "repeatRowId": null,
|
|
- "showTitle": true,
|
|
- "title": "Network",
|
|
- "titleSize": "h6"
|
|
- },
|
|
- {
|
|
- "collapse": false,
|
|
- "height": "250px",
|
|
- "panels": [
|
|
+ },
|
|
{
|
|
"aliasColors": {
|
|
|
|
@@ -1369,12 +1345,12 @@
|
|
|
|
],
|
|
"spaceLength": 10,
|
|
- "span": 12,
|
|
+ "span": 6,
|
|
"stack": true,
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(irate(container_network_transmit_packets_total{namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "expr": "sum(irate(container_network_transmit_packets_total{cluster=\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
@@ -1427,7 +1403,7 @@
|
|
"repeatIteration": null,
|
|
"repeatRowId": null,
|
|
"showTitle": true,
|
|
- "title": "Network",
|
|
+ "title": "Rate of Packets",
|
|
"titleSize": "h6"
|
|
},
|
|
{
|
|
@@ -1468,12 +1444,12 @@
|
|
|
|
],
|
|
"spaceLength": 10,
|
|
- "span": 12,
|
|
+ "span": 6,
|
|
"stack": true,
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(irate(container_network_receive_packets_dropped_total{namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "expr": "sum(irate(container_network_receive_packets_dropped_total{cluster=\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
"legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
@@ -1520,13 +1496,100 @@
|
|
"show": false
|
|
}
|
|
]
|
|
+ },
|
|
+ {
|
|
+ "aliasColors": {
|
|
+
|
|
+ },
|
|
+ "bars": false,
|
|
+ "dashLength": 10,
|
|
+ "dashes": false,
|
|
+ "datasource": "$datasource",
|
|
+ "fill": 10,
|
|
+ "id": 11,
|
|
+ "interval": "1m",
|
|
+ "legend": {
|
|
+ "avg": false,
|
|
+ "current": false,
|
|
+ "max": false,
|
|
+ "min": false,
|
|
+ "show": true,
|
|
+ "total": false,
|
|
+ "values": false
|
|
+ },
|
|
+ "lines": true,
|
|
+ "linewidth": 0,
|
|
+ "links": [
|
|
+
|
|
+ ],
|
|
+ "nullPointMode": "null as zero",
|
|
+ "percentage": false,
|
|
+ "pointradius": 5,
|
|
+ "points": false,
|
|
+ "renderer": "flot",
|
|
+ "seriesOverrides": [
|
|
+
|
|
+ ],
|
|
+ "spaceLength": 10,
|
|
+ "span": 6,
|
|
+ "stack": true,
|
|
+ "steppedLine": false,
|
|
+ "targets": [
|
|
+ {
|
|
+ "expr": "sum(irate(container_network_transmit_packets_dropped_total{cluster=\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "format": "time_series",
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
+ "legendLink": null,
|
|
+ "step": 10
|
|
+ }
|
|
+ ],
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "timeFrom": null,
|
|
+ "timeShift": null,
|
|
+ "title": "Rate of Transmitted Packets Dropped",
|
|
+ "tooltip": {
|
|
+ "shared": false,
|
|
+ "sort": 0,
|
|
+ "value_type": "individual"
|
|
+ },
|
|
+ "type": "graph",
|
|
+ "xaxis": {
|
|
+ "buckets": null,
|
|
+ "mode": "time",
|
|
+ "name": null,
|
|
+ "show": true,
|
|
+ "values": [
|
|
+
|
|
+ ]
|
|
+ },
|
|
+ "yaxes": [
|
|
+ {
|
|
+ "format": "Bps",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": 0,
|
|
+ "show": true
|
|
+ },
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": null,
|
|
+ "show": false
|
|
+ }
|
|
+ ]
|
|
}
|
|
],
|
|
"repeat": null,
|
|
"repeatIteration": null,
|
|
"repeatRowId": null,
|
|
"showTitle": true,
|
|
- "title": "Network",
|
|
+ "title": "Rate of Packets Dropped",
|
|
"titleSize": "h6"
|
|
},
|
|
{
|
|
@@ -1541,9 +1604,9 @@
|
|
"dashLength": 10,
|
|
"dashes": false,
|
|
"datasource": "$datasource",
|
|
+ "decimals": -1,
|
|
"fill": 10,
|
|
- "id": 11,
|
|
- "interval": "1m",
|
|
+ "id": 12,
|
|
"legend": {
|
|
"avg": false,
|
|
"current": false,
|
|
@@ -1567,15 +1630,23 @@
|
|
|
|
],
|
|
"spaceLength": 10,
|
|
- "span": 12,
|
|
+ "span": 6,
|
|
"stack": true,
|
|
"steppedLine": false,
|
|
"targets": [
|
|
{
|
|
- "expr": "sum(irate(container_network_transmit_packets_dropped_total{namespace=~\"$namespace\", pod=~\"$pod\"}[$__rate_interval])) by (pod)",
|
|
+ "expr": "ceil(sum by(pod) (rate(container_fs_reads_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=~\"$pod\"}[5m])))",
|
|
"format": "time_series",
|
|
"intervalFactor": 2,
|
|
- "legendFormat": "{{`{{`}}pod{{`}}`}}",
|
|
+ "legendFormat": "Reads",
|
|
+ "legendLink": null,
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "ceil(sum by(pod) (rate(container_fs_writes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=~\"$pod\"}[5m])))",
|
|
+ "format": "time_series",
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "Writes",
|
|
"legendLink": null,
|
|
"step": 10
|
|
}
|
|
@@ -1585,7 +1656,101 @@
|
|
],
|
|
"timeFrom": null,
|
|
"timeShift": null,
|
|
- "title": "Rate of Transmitted Packets Dropped",
|
|
+ "title": "IOPS",
|
|
+ "tooltip": {
|
|
+ "shared": false,
|
|
+ "sort": 0,
|
|
+ "value_type": "individual"
|
|
+ },
|
|
+ "type": "graph",
|
|
+ "xaxis": {
|
|
+ "buckets": null,
|
|
+ "mode": "time",
|
|
+ "name": null,
|
|
+ "show": true,
|
|
+ "values": [
|
|
+
|
|
+ ]
|
|
+ },
|
|
+ "yaxes": [
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": 0,
|
|
+ "show": true
|
|
+ },
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": null,
|
|
+ "show": false
|
|
+ }
|
|
+ ]
|
|
+ },
|
|
+ {
|
|
+ "aliasColors": {
|
|
+
|
|
+ },
|
|
+ "bars": false,
|
|
+ "dashLength": 10,
|
|
+ "dashes": false,
|
|
+ "datasource": "$datasource",
|
|
+ "fill": 10,
|
|
+ "id": 13,
|
|
+ "legend": {
|
|
+ "avg": false,
|
|
+ "current": false,
|
|
+ "max": false,
|
|
+ "min": false,
|
|
+ "show": true,
|
|
+ "total": false,
|
|
+ "values": false
|
|
+ },
|
|
+ "lines": true,
|
|
+ "linewidth": 0,
|
|
+ "links": [
|
|
+
|
|
+ ],
|
|
+ "nullPointMode": "null as zero",
|
|
+ "percentage": false,
|
|
+ "pointradius": 5,
|
|
+ "points": false,
|
|
+ "renderer": "flot",
|
|
+ "seriesOverrides": [
|
|
+
|
|
+ ],
|
|
+ "spaceLength": 10,
|
|
+ "span": 6,
|
|
+ "stack": true,
|
|
+ "steppedLine": false,
|
|
+ "targets": [
|
|
+ {
|
|
+ "expr": "sum by(pod) (rate(container_fs_reads_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=~\"$pod\"}[5m]))",
|
|
+ "format": "time_series",
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "Reads",
|
|
+ "legendLink": null,
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "sum by(pod) (rate(container_fs_writes_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=~\"$pod\"}[5m]))",
|
|
+ "format": "time_series",
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "Writes",
|
|
+ "legendLink": null,
|
|
+ "step": 10
|
|
+ }
|
|
+ ],
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "timeFrom": null,
|
|
+ "timeShift": null,
|
|
+ "title": "ThroughPut",
|
|
"tooltip": {
|
|
"shared": false,
|
|
"sort": 0,
|
|
@@ -1625,42 +1790,532 @@
|
|
"repeatIteration": null,
|
|
"repeatRowId": null,
|
|
"showTitle": true,
|
|
- "title": "Network",
|
|
+ "title": "Storage IO - Distribution(Pod - Read & Writes)",
|
|
"titleSize": "h6"
|
|
- }
|
|
- ],
|
|
- "schemaVersion": 14,
|
|
- "style": "dark",
|
|
- "tags": [
|
|
- "kubernetes-mixin"
|
|
- ],
|
|
- "templating": {
|
|
- "list": [
|
|
- {
|
|
- "current": {
|
|
- "text": "default",
|
|
- "value": "default"
|
|
- },
|
|
- "hide": 0,
|
|
- "label": null,
|
|
- "name": "datasource",
|
|
- "options": [
|
|
+ },
|
|
+ {
|
|
+ "collapse": false,
|
|
+ "height": "250px",
|
|
+ "panels": [
|
|
+ {
|
|
+ "aliasColors": {
|
|
|
|
- ],
|
|
- "query": "prometheus",
|
|
- "refresh": 1,
|
|
- "regex": "",
|
|
- "type": "datasource"
|
|
- },
|
|
- {
|
|
- "allValue": null,
|
|
- "current": {
|
|
- "text": "",
|
|
- "value": ""
|
|
- },
|
|
- "datasource": "$datasource",
|
|
- "hide": {{ if .Values.grafana.sidecar.dashboards.multicluster }}0{{ else }}2{{ end }},
|
|
- "includeAll": false,
|
|
+ },
|
|
+ "bars": false,
|
|
+ "dashLength": 10,
|
|
+ "dashes": false,
|
|
+ "datasource": "$datasource",
|
|
+ "decimals": -1,
|
|
+ "fill": 10,
|
|
+ "id": 14,
|
|
+ "legend": {
|
|
+ "avg": false,
|
|
+ "current": false,
|
|
+ "max": false,
|
|
+ "min": false,
|
|
+ "show": true,
|
|
+ "total": false,
|
|
+ "values": false
|
|
+ },
|
|
+ "lines": true,
|
|
+ "linewidth": 0,
|
|
+ "links": [
|
|
+
|
|
+ ],
|
|
+ "nullPointMode": "null as zero",
|
|
+ "percentage": false,
|
|
+ "pointradius": 5,
|
|
+ "points": false,
|
|
+ "renderer": "flot",
|
|
+ "seriesOverrides": [
|
|
+
|
|
+ ],
|
|
+ "spaceLength": 10,
|
|
+ "span": 6,
|
|
+ "stack": true,
|
|
+ "steppedLine": false,
|
|
+ "targets": [
|
|
+ {
|
|
+ "expr": "ceil(sum by(container) (rate(container_fs_reads_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]) + rate(container_fs_writes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m])))",
|
|
+ "format": "time_series",
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "{{`{{`}}container{{`}}`}}",
|
|
+ "legendLink": null,
|
|
+ "step": 10
|
|
+ }
|
|
+ ],
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "timeFrom": null,
|
|
+ "timeShift": null,
|
|
+ "title": "IOPS(Reads+Writes)",
|
|
+ "tooltip": {
|
|
+ "shared": false,
|
|
+ "sort": 0,
|
|
+ "value_type": "individual"
|
|
+ },
|
|
+ "type": "graph",
|
|
+ "xaxis": {
|
|
+ "buckets": null,
|
|
+ "mode": "time",
|
|
+ "name": null,
|
|
+ "show": true,
|
|
+ "values": [
|
|
+
|
|
+ ]
|
|
+ },
|
|
+ "yaxes": [
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": 0,
|
|
+ "show": true
|
|
+ },
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": null,
|
|
+ "show": false
|
|
+ }
|
|
+ ]
|
|
+ },
|
|
+ {
|
|
+ "aliasColors": {
|
|
+
|
|
+ },
|
|
+ "bars": false,
|
|
+ "dashLength": 10,
|
|
+ "dashes": false,
|
|
+ "datasource": "$datasource",
|
|
+ "fill": 10,
|
|
+ "id": 15,
|
|
+ "legend": {
|
|
+ "avg": false,
|
|
+ "current": false,
|
|
+ "max": false,
|
|
+ "min": false,
|
|
+ "show": true,
|
|
+ "total": false,
|
|
+ "values": false
|
|
+ },
|
|
+ "lines": true,
|
|
+ "linewidth": 0,
|
|
+ "links": [
|
|
+
|
|
+ ],
|
|
+ "nullPointMode": "null as zero",
|
|
+ "percentage": false,
|
|
+ "pointradius": 5,
|
|
+ "points": false,
|
|
+ "renderer": "flot",
|
|
+ "seriesOverrides": [
|
|
+
|
|
+ ],
|
|
+ "spaceLength": 10,
|
|
+ "span": 6,
|
|
+ "stack": true,
|
|
+ "steppedLine": false,
|
|
+ "targets": [
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_reads_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]) + rate(container_fs_writes_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "time_series",
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "{{`{{`}}container{{`}}`}}",
|
|
+ "legendLink": null,
|
|
+ "step": 10
|
|
+ }
|
|
+ ],
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "timeFrom": null,
|
|
+ "timeShift": null,
|
|
+ "title": "ThroughPut(Read+Write)",
|
|
+ "tooltip": {
|
|
+ "shared": false,
|
|
+ "sort": 0,
|
|
+ "value_type": "individual"
|
|
+ },
|
|
+ "type": "graph",
|
|
+ "xaxis": {
|
|
+ "buckets": null,
|
|
+ "mode": "time",
|
|
+ "name": null,
|
|
+ "show": true,
|
|
+ "values": [
|
|
+
|
|
+ ]
|
|
+ },
|
|
+ "yaxes": [
|
|
+ {
|
|
+ "format": "Bps",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": 0,
|
|
+ "show": true
|
|
+ },
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": null,
|
|
+ "show": false
|
|
+ }
|
|
+ ]
|
|
+ }
|
|
+ ],
|
|
+ "repeat": null,
|
|
+ "repeatIteration": null,
|
|
+ "repeatRowId": null,
|
|
+ "showTitle": true,
|
|
+ "title": "Storage IO - Distribution(Containers)",
|
|
+ "titleSize": "h6"
|
|
+ },
|
|
+ {
|
|
+ "collapse": false,
|
|
+ "height": "250px",
|
|
+ "panels": [
|
|
+ {
|
|
+ "aliasColors": {
|
|
+
|
|
+ },
|
|
+ "bars": false,
|
|
+ "dashLength": 10,
|
|
+ "dashes": false,
|
|
+ "datasource": "$datasource",
|
|
+ "fill": 1,
|
|
+ "id": 16,
|
|
+ "legend": {
|
|
+ "avg": false,
|
|
+ "current": false,
|
|
+ "max": false,
|
|
+ "min": false,
|
|
+ "show": true,
|
|
+ "total": false,
|
|
+ "values": false
|
|
+ },
|
|
+ "lines": true,
|
|
+ "linewidth": 1,
|
|
+ "links": [
|
|
+
|
|
+ ],
|
|
+ "nullPointMode": "null as zero",
|
|
+ "percentage": false,
|
|
+ "pointradius": 5,
|
|
+ "points": false,
|
|
+ "renderer": "flot",
|
|
+ "seriesOverrides": [
|
|
+
|
|
+ ],
|
|
+ "sort": {
|
|
+ "col": 4,
|
|
+ "desc": true
|
|
+ },
|
|
+ "spaceLength": 10,
|
|
+ "span": 12,
|
|
+ "stack": false,
|
|
+ "steppedLine": false,
|
|
+ "styles": [
|
|
+ {
|
|
+ "alias": "Time",
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "pattern": "Time",
|
|
+ "type": "hidden"
|
|
+ },
|
|
+ {
|
|
+ "alias": "IOPS(Reads)",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": -1,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "Value #A",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "short"
|
|
+ },
|
|
+ {
|
|
+ "alias": "IOPS(Writes)",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": -1,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "Value #B",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "short"
|
|
+ },
|
|
+ {
|
|
+ "alias": "IOPS(Reads + Writes)",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": -1,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "Value #C",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "short"
|
|
+ },
|
|
+ {
|
|
+ "alias": "Throughput(Read)",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": 2,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "Value #D",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "Bps"
|
|
+ },
|
|
+ {
|
|
+ "alias": "Throughput(Write)",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": 2,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "Value #E",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "Bps"
|
|
+ },
|
|
+ {
|
|
+ "alias": "Throughput(Read + Write)",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": 2,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "Value #F",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "Bps"
|
|
+ },
|
|
+ {
|
|
+ "alias": "Container",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": 2,
|
|
+ "link": false,
|
|
+ "linkTargetBlank": false,
|
|
+ "linkTooltip": "Drill down",
|
|
+ "linkUrl": "",
|
|
+ "pattern": "container",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "number",
|
|
+ "unit": "short"
|
|
+ },
|
|
+ {
|
|
+ "alias": "",
|
|
+ "colorMode": null,
|
|
+ "colors": [
|
|
+
|
|
+ ],
|
|
+ "dateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
+ "decimals": 2,
|
|
+ "pattern": "/.*/",
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "type": "string",
|
|
+ "unit": "short"
|
|
+ }
|
|
+ ],
|
|
+ "targets": [
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_reads_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "table",
|
|
+ "instant": true,
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "",
|
|
+ "refId": "A",
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_writes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "table",
|
|
+ "instant": true,
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "",
|
|
+ "refId": "B",
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_reads_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]) + rate(container_fs_writes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "table",
|
|
+ "instant": true,
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "",
|
|
+ "refId": "C",
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_reads_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "table",
|
|
+ "instant": true,
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "",
|
|
+ "refId": "D",
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_writes_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "table",
|
|
+ "instant": true,
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "",
|
|
+ "refId": "E",
|
|
+ "step": 10
|
|
+ },
|
|
+ {
|
|
+ "expr": "sum by(container) (rate(container_fs_reads_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]) + rate(container_fs_writes_bytes_total{container!=\"\", cluster=\"$cluster\",namespace=~\"$namespace\", pod=\"$pod\"}[5m]))",
|
|
+ "format": "table",
|
|
+ "instant": true,
|
|
+ "intervalFactor": 2,
|
|
+ "legendFormat": "",
|
|
+ "refId": "F",
|
|
+ "step": 10
|
|
+ }
|
|
+ ],
|
|
+ "thresholds": [
|
|
+
|
|
+ ],
|
|
+ "timeFrom": null,
|
|
+ "timeShift": null,
|
|
+ "title": "Current Storage IO",
|
|
+ "tooltip": {
|
|
+ "shared": false,
|
|
+ "sort": 0,
|
|
+ "value_type": "individual"
|
|
+ },
|
|
+ "transform": "table",
|
|
+ "type": "table",
|
|
+ "xaxis": {
|
|
+ "buckets": null,
|
|
+ "mode": "time",
|
|
+ "name": null,
|
|
+ "show": true,
|
|
+ "values": [
|
|
+
|
|
+ ]
|
|
+ },
|
|
+ "yaxes": [
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": 0,
|
|
+ "show": true
|
|
+ },
|
|
+ {
|
|
+ "format": "short",
|
|
+ "label": null,
|
|
+ "logBase": 1,
|
|
+ "max": null,
|
|
+ "min": null,
|
|
+ "show": false
|
|
+ }
|
|
+ ]
|
|
+ }
|
|
+ ],
|
|
+ "repeat": null,
|
|
+ "repeatIteration": null,
|
|
+ "repeatRowId": null,
|
|
+ "showTitle": true,
|
|
+ "title": "Storage IO - Distribution",
|
|
+ "titleSize": "h6"
|
|
+ }
|
|
+ ],
|
|
+ "schemaVersion": 14,
|
|
+ "style": "dark",
|
|
+ "tags": [
|
|
+ "kubernetes-mixin"
|
|
+ ],
|
|
+ "templating": {
|
|
+ "list": [
|
|
+ {
|
|
+ "current": {
|
|
+ "text": "default",
|
|
+ "value": "default"
|
|
+ },
|
|
+ "hide": 0,
|
|
+ "label": null,
|
|
+ "name": "datasource",
|
|
+ "options": [
|
|
+
|
|
+ ],
|
|
+ "query": "prometheus",
|
|
+ "refresh": 1,
|
|
+ "regex": "",
|
|
+ "type": "datasource"
|
|
+ },
|
|
+ {
|
|
+ "allValue": null,
|
|
+ "current": {
|
|
+ "text": "",
|
|
+ "value": ""
|
|
+ },
|
|
+ "datasource": "$datasource",
|
|
+ "hide": {{ if .Values.grafana.sidecar.dashboards.multicluster }}0{{ else }}2{{ end }},
|
|
+ "includeAll": false,
|
|
"label": null,
|
|
"multi": false,
|
|
"name": "cluster",
|
|
@@ -1668,7 +2323,7 @@
|
|
|
|
],
|
|
"query": "label_values(kube_pod_info, cluster)",
|
|
- "refresh": 1,
|
|
+ "refresh": 2,
|
|
"regex": "",
|
|
"sort": 1,
|
|
"tagValuesQuery": "",
|
|
@@ -1695,7 +2350,7 @@
|
|
|
|
],
|
|
"query": "label_values(kube_pod_info{cluster=\"$cluster\"}, namespace)",
|
|
- "refresh": 1,
|
|
+ "refresh": 2,
|
|
"regex": "",
|
|
"sort": 1,
|
|
"tagValuesQuery": "",
|
|
@@ -1769,4 +2424,4 @@
|
|
"uid": "6581e46e4e5c7ba40a07646395ef7b23",
|
|
"version": 0
|
|
}
|
|
-{{- end }}
|
|
\ No newline at end of file
|
|
+{{- end }}
|