Skip to content

Commit

Permalink
fix(node-dashboard): generalize panels and template
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtief committed Nov 6, 2024
1 parent 0631309 commit bea0bc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-operations/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v2
name: kubernetes-operations
version: 1.1.1
version: 1.1.2
description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.
maintainers:
- name: Richard Tief (I520251)
Expand Down
19 changes: 6 additions & 13 deletions charts/kubernetes-operations/dashboards/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"editable": true,
"gnetId": 704,
"graphTooltip": 0,
"iteration": 1727869420901,
"id": 4,
"iteration": 1730903325934,
"links": [
{
"icon": "external link",
Expand Down Expand Up @@ -100,6 +101,7 @@
"exemplar": true,
"expr": "count without(cpu, mode) (node_cpu_seconds_total{mode=\"idle\", node=~\"$server.*\"})",
"format": "time_series",
"instant": true,
"interval": "",
"intervalFactor": 2,
"legendFormat": "",
Expand Down Expand Up @@ -1761,11 +1763,7 @@
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "kube-monitoring-obs-eu-nl-1-prometheus",
"value": "kube-monitoring-obs-eu-nl-1-prometheus"
},
"current": {},
"description": null,
"error": null,
"hide": 0,
Expand All @@ -1783,11 +1781,7 @@
},
{
"allValue": null,
"current": {
"selected": false,
"text": "shoot--greenhouse--obs-eu-nl-1-worker-gi44r-z1-747f4-ghw6g",
"value": "shoot--greenhouse--obs-eu-nl-1-worker-gi44r-z1-747f4-ghw6g"
},
"current": {},
"datasource": "$datasource",
"definition": "",
"description": null,
Expand All @@ -1799,8 +1793,7 @@
"name": "server",
"options": [],
"query": {
"query": "label_values(kube_node_info, node)",
"refId": "maia-prometheus-server-Variable-Query"
"query": "label_values(kube_node_info, node)"
},
"refresh": 1,
"regex": "",
Expand Down

0 comments on commit bea0bc6

Please sign in to comment.