Skip to content

Commit ef19b52

Browse files
authored
Merge pull request #178 from aws-observability/feature/ReleaseV.17.0
Release Preparation for V1.7.0
2 parents e17fa0b + 27f84db commit ef19b52

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-14
11+
runs-on: macos-15
1212

1313
strategy:
1414
matrix:
-81.1 KB
Loading

docs/patterns/images/KCM-Metrics.png

347 KB
Loading

docs/patterns/images/Ksh-Metrics.png

290 KB
Loading

docs/patterns/single-new-eks-observability-accelerators/single-new-eks-opensource-observability.md

+8
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@ Open the `Nodes` dashboard and you should be able to view its visualization as s
245245

246246
![Nodes_Dashboard](../images/grafana-nodes.png)
247247

248+
Open the `EKS Scheduler` dashboard and you should be able to view its visualization as shown below :
249+
250+
![EKS_Scheduler](../images/Ksh-Metrics.png)
251+
252+
Open the `EKS Control Manager` dashboard and you should be able to view its visualization as shown below :
253+
254+
![EKS_Control_Manager](../images/KCM-Metrics.png)
255+
248256
From the cluster to view all dashboards as Kubernetes objects, run:
249257

250258
```bash

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-aws-observability-accelerator",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"scripts": {
55
"build": "rm -rf dist && tsc --skipLibCheck",
66
"watch": "tsc -w",

0 commit comments

Comments
 (0)