Skip to content

Commit

Permalink
feat: removed spanNulls in k8s-views-pods.json
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david@0xdc.me>
  • Loading branch information
dotdc committed May 22, 2023
1 parent 3413817 commit 1f42074
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
},
"textMode": "name"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -205,7 +205,7 @@
},
"textMode": "name"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -265,7 +265,7 @@
},
"textMode": "name"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -325,7 +325,7 @@
},
"textMode": "name"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -420,7 +420,7 @@
},
"textMode": "name"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -483,7 +483,7 @@
},
"textMode": "name"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -550,7 +550,7 @@
},
"textMode": "value"
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -651,7 +651,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -720,7 +720,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -793,7 +793,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -862,7 +862,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand All @@ -889,7 +889,9 @@
"defaults": {
"custom": {
"align": "auto",
"displayMode": "auto",
"cellOptions": {
"type": "auto"
},
"filterable": false,
"inspect": false,
"minWidth": 100
Expand Down Expand Up @@ -966,7 +968,9 @@
},
"id": 38,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
Expand All @@ -976,7 +980,7 @@
"showHeader": true,
"sortBy": []
},
"pluginVersion": "9.3.8",
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1185,7 +1189,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -1311,7 +1315,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -1433,7 +1437,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -1557,7 +1561,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -1791,7 +1795,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -1896,7 +1900,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -2001,7 +2005,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -2106,7 +2110,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -2182,7 +2186,7 @@
}
],
"refresh": "30s",
"schemaVersion": 37,
"schemaVersion": 38,
"style": "dark",
"tags": [
"Kubernetes",
Expand Down Expand Up @@ -2323,6 +2327,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 18,
"version": 19,
"weekStart": ""
}

0 comments on commit 1f42074

Please sign in to comment.