Skip to content

Commit

Permalink
Redis cloud update - v1.1.0 (#2530)
Browse files Browse the repository at this point in the history
* update dashboards and minor clean-up

* remove extra line in changelog

* remove unnecessary version bump comment

* remove extra line in GHANGELOG

* minor punctuation edits
  • Loading branch information
j8-redis authored Nov 14, 2024
1 parent d1a8c65 commit 838abfa
Show file tree
Hide file tree
Showing 9 changed files with 2,074 additions and 171 deletions.
14 changes: 13 additions & 1 deletion redis_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# CHANGELOG - Redis Cloud

## 1.1.0 / 2024-11-04

***Changed***:

* Removed redis_cloud.yaml file
* Replaced file descriptor panel with buffer memory panel in Redis Cloud Networking dashboard

***Added***:

* Added Proxy Dashboard
* Added Proxy-Threads Dashboard
* Added Active-Active Dashboard

## 1.0.0 / 2024-09-26

***Added***:

* Initial Release

4 changes: 2 additions & 2 deletions redis_cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ For a full list of supported metrics, see the **Metrics** section below.
1. Run the following command to install the Agent integration:
- For the Datadog Agent v6:
```shell
datadog-agent integration install -t datadog-redis_cloud==1.0.0
datadog-agent integration install -t datadog-redis_cloud==1.1.0
```
- For the Datadog Agent v7:
```shell
agent integration install -t datadog-redis_cloud==1.0.0
agent integration install -t datadog-redis_cloud==1.1.0
```

2. Configure the integration by setting `openmetrics_endpoint` to your cluster's master node. See [Getting Started with Integrations][4] for more information.
Expand Down
Loading

0 comments on commit 838abfa

Please sign in to comment.