Skip to content

Commit

Permalink
Fix name of public API server dashboard (#429)
Browse files Browse the repository at this point in the history
* Fix name of public API server dashboard

* Update helm/dashboards/charts/public_dashboards/dashboards/shared/public/apiserver.json

Co-authored-by: Hervé Nicol <[email protected]>

---------

Co-authored-by: Hervé Nicol <[email protected]>
  • Loading branch information
weseven and hervenicol authored Jan 18, 2024
1 parent f68e338 commit 2f3ee31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix name and query for API server dashboard

## [3.6.1] - 2024-01-18

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,6 @@
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Gigabytes of RAM",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
Expand Down Expand Up @@ -1285,12 +1284,13 @@
"value": 80
}
]
}
},
"overrides": []
},
},
"unit": "bytes"
},
"overrides": []
},
"gridPos": {
"h": 8,
"h": 7,
"w": 8,
"x": 0,
"y": 37
Expand All @@ -1315,7 +1315,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "avg(container_memory_usage_bytes{cluster_id=\"$cluster\", container=\"k8s-api-server\", namespace=\"kube-system\", pod=~\"k8s-api-server.*\"} / 1024 / 1024 / 1024) by (instance)",
"expr": "avg(container_memory_usage_bytes{cluster_id=\"$cluster\", container=\"k8s-api-server\", namespace=\"kube-system\", pod=~\"k8s-api-server.*\"}) by (instance)",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -1618,8 +1618,8 @@
]
},
"timezone": "UTC",
"title": "Loreno api server test",
"uid": "09ec8aa1e996d6ffcd6817bbaff4db1basd",
"version": 1,
"title": "Kubernetes / API server",
"uid": "k8s-apiserver",
"version": 2,
"weekStart": ""
}
}

0 comments on commit 2f3ee31

Please sign in to comment.