Skip to content

Commit

Permalink
Merge pull request #178 from aws-observability/feature/ReleaseV.17.0
Browse files Browse the repository at this point in the history
Release Preparation for V1.7.0
  • Loading branch information
elamaran11 authored Jan 8, 2025
2 parents e17fa0b + 27f84db commit ef19b52
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

strategy:
matrix:
Expand Down
Binary file modified docs/patterns/images/All-Dashboards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/patterns/images/KCM-Metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/patterns/images/Ksh-Metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ Open the `Nodes` dashboard and you should be able to view its visualization as s

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

Open the `EKS Scheduler` dashboard and you should be able to view its visualization as shown below :

![EKS_Scheduler](../images/Ksh-Metrics.png)

Open the `EKS Control Manager` dashboard and you should be able to view its visualization as shown below :

![EKS_Control_Manager](../images/KCM-Metrics.png)

From the cluster to view all dashboards as Kubernetes objects, run:

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-aws-observability-accelerator",
"version": "1.6.0",
"version": "1.7.0",
"scripts": {
"build": "rm -rf dist && tsc --skipLibCheck",
"watch": "tsc -w",
Expand Down

0 comments on commit ef19b52

Please sign in to comment.