Skip to content

Commit

Permalink
Modification of Karpenter Grafana dashboards capacity and performance (
Browse files Browse the repository at this point in the history
…#5935)

Co-authored-by: Jason Deal <[email protected]>
  • Loading branch information
youwalther65 and jmdeal authored Jun 12, 2024
1 parent 531d7e0 commit 51a4d13
Show file tree
Hide file tree
Showing 10 changed files with 8,495 additions and 7,205 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(rate(controller_runtime_reconcile_total[10m])) by (controller)",
"expr": "sum(rate(controller_runtime_reconcile_total{job=\"karpenter\"}[10m])) by (controller)",
"legendFormat": "{{controller}}",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -542,14 +542,14 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(controller_runtime_reconcile_time_seconds_count, controller)",
"definition": "label_values(controller_runtime_reconcile_time_seconds_count{job=\"karpenter\"}, controller)",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "controller",
"options": [],
"query": {
"query": "label_values(controller_runtime_reconcile_time_seconds_count, controller)",
"query": "label_values(controller_runtime_reconcile_time_seconds_count{job=\"karpenter\"}, controller)",
"refId": "StandardVariableQuery"
},
"refresh": 2,
Expand Down
Loading

0 comments on commit 51a4d13

Please sign in to comment.