Skip to content

Commit

Permalink
chore(dashboards): turn on instant query for cpu cores
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtief committed Dec 11, 2024
1 parent 017e014 commit 7487b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.5
version: 1.1.6
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
1 change: 1 addition & 0 deletions charts/kubernetes-operations/dashboards/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,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

0 comments on commit 7487b58

Please sign in to comment.