Skip to content

Commit

Permalink
Redisenterprise deprecate (#2450)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

added @DataDog/logs-backend to tailscale

* update deprecation

* Revert "Update CODEOWNERS"

This reverts commit 105a35d.

* re-validated comf.yaml.example
  • Loading branch information
j8-redis committed Aug 7, 2024
1 parent b26adc4 commit 504e82d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion redisenterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Overview

**This integration is will be deprecated starting on September 1, 2024. Please use the latest [Redis Enterprise Datadog Integration][13] going forward. This new integration exposes all of the latest Redis Enterprise metrics and includes updated dashboards.**
**This integration is will be deprecated starting on November 1, 2024. Please use the latest [Redis Enterprise Datadog Integration][13] going forward. This new integration exposes all of the latest Redis Enterprise metrics and includes updated dashboards.**

This integration provides [Redis Enterprise][1] monitoring and metrics for Datadog.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -292,8 +297,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down

0 comments on commit 504e82d

Please sign in to comment.