Skip to content

Commit

Permalink
Add resources requests in DNS dashboard (#659)
Browse files Browse the repository at this point in the history
* Add resources requests in DNS dashboard

Signed-off-by: Matias Charriere <[email protected]>

* update chnglog

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere authored Jan 15, 2025
1 parent 8cbdeda commit 67a1ee2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 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]

### Changed

- Update DNS dashboard to include memory requests.

## [3.28.0] - 2025-01-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
"hide": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "{{ pod }}",
"legendFormat": "Memory - {{ pod }}",
"range": true,
"refId": "A"
},
Expand All @@ -1276,9 +1276,22 @@
"hide": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Average",
"legendFormat": "Memory - Average",
"range": true,
"refId": "B"
},
{
"datasource": {
"type": "prometheus",
"uid": "$prometheus_datasource"
},
"editorMode": "code",
"expr": "kube_pod_container_resource_requests{pod=~\"coredns-.*\", container=\"coredns\", cluster_id=\"$cluster\", organization=\"$organization\", resource=\"memory\"}",
"hide": false,
"instant": false,
"legendFormat": "Requests - {{pod}}",
"range": true,
"refId": "C"
}
],
"title": "CoreDNS Pod Memory Usage",
Expand Down

0 comments on commit 67a1ee2

Please sign in to comment.