Skip to content

Commit

Permalink
Don't exclude any field in cluster table transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
knutgoetz committed Oct 31, 2023
1 parent e9869df commit 06b711e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions monitoring/configs/dashboards/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
"Time": false,
"Value": false,
"__name__": false,
"app": true,
"app": false,
"chart_name": false,
"chart_source_name": false,
"container": false,
Expand All @@ -569,20 +569,20 @@
"customresource_version": false,
"endpoint": false,
"exported_namespace": false,
"gotk_type": true,
"gotk_type": false,
"instance": false,
"job": false,
"kubernetes_namespace": true,
"kubernetes_pod_name": true,
"kubernetes_namespace": false,
"kubernetes_pod_name": false,
"namespace": false,
"pod": false,
"pod_template_hash": true,
"pod_template_hash": false,
"revision": false,
"service": false,
"source_name": false,
"status": true,
"suspended": true,
"type": true
"status": false,
"suspended": false,
"type": false
},
"indexByName": {
"Time": 0,
Expand Down Expand Up @@ -758,28 +758,28 @@
"Time": false,
"Value": false,
"__name__": false,
"app": true,
"bucket_name": true,
"app": false,
"bucket_name": false,
"container": false,
"customresource_group": false,
"customresource_kind": false,
"customresource_version": false,
"endpoint": false,
"exported_namespace": false,
"gotk_type": true,
"gotk_type": false,
"instance": false,
"job": false,
"kubernetes_namespace": true,
"kubernetes_pod_name": true,
"kubernetes_namespace": false,
"kubernetes_pod_name": false,
"namespace": false,
"pod": false,
"pod_template_hash": true,
"pod_template_hash": false,
"ready": false,
"revision": false,
"service": false,
"status": true,
"suspended": true,
"type": true,
"status": false,
"suspended": false,
"type": false,
"url": false
},
"indexByName": {
Expand Down

0 comments on commit 06b711e

Please sign in to comment.