From c3d907acda533c58c2fd2d4455064aaa96fb61de Mon Sep 17 00:00:00 2001 From: Florence Morris Date: Mon, 9 Jun 2025 12:22:21 -0400 Subject: [PATCH 1/3] In third-party-monitoring-tools.md, updated to explain support for Prometheus-compatible metrics and network-based and file-based log sinks. --- src/current/v25.2/third-party-monitoring-tools.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/current/v25.2/third-party-monitoring-tools.md b/src/current/v25.2/third-party-monitoring-tools.md index 7c96ee427ca..f6497ffb5ed 100644 --- a/src/current/v25.2/third-party-monitoring-tools.md +++ b/src/current/v25.2/third-party-monitoring-tools.md @@ -16,18 +16,22 @@ CockroachDB is officially integrated with the following third-party monitoring p | Platform | CockroachDB Standard | CockroachDB Advanced | CockroachDB {{ site.data.products.core }} | |----------|:--------------------:|:--------------------:|:-----------------------:| -| [Amazon CloudWatch](#amazon-cloudwatch-metrics) | ✔ | ✔ | | +| [Amazon CloudWatch](#amazon-cloudwatch-metrics) | ✔ | ✔ | ✔ | | [DataDog](#datadog) | ✔ | ✔ | ✔ | | [DBmarlin](#dbmarlin) | | | ✔ | | [Kibana](#kibana) | | | ✔ | | [Prometheus](#prometheus) | ✔ | ✔ | ✔ | +This list is not exhaustive. Any Prometheus-compatible third-party tool can consume metrics from a CockroachDB Advanced or {{ site.data.products.core }} cluster. For example, because Amazon CloudWatch is Prometheus-compatible, it can consume metrics from a CockroachDB {{ site.data.products.core }} cluster. + ### Logs | Platform | CockroachDB Standard | CockroachDB Advanced | CockroachDB {{ site.data.products.core }} | |----------|:--------------------:|:--------------------:|:-----------------------:| -| [Amazon CloudWatch](#amazon-cloudwatch-logs) | ✔ | ✔ | | -| [GCP Logging](#gcp-logging) | ✔ | ✔ | | +| [Amazon CloudWatch](#amazon-cloudwatch-logs) | ✔ | ✔ | ✔ | +| [GCP Logging](#gcp-logging) | ✔ | ✔ | ✔ | + +This list is not exhaustive. Any third-party tool that can consume logs from [network-based or file-based sinks]({% link {{ page.version.version }}/configure-logs.md %}#configure-log-sinks) can also consume logs from a CockroachDB {{ site.data.products.core }} cluster. ## Monitoring integration resources From 10bcde5a5146d69c8567601c12dddfd757c135b1 Mon Sep 17 00:00:00 2001 From: Florence Morris Date: Mon, 9 Jun 2025 13:16:39 -0400 Subject: [PATCH 2/3] fixed minor wording. --- src/current/v25.2/third-party-monitoring-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/v25.2/third-party-monitoring-tools.md b/src/current/v25.2/third-party-monitoring-tools.md index f6497ffb5ed..1ecd228c60a 100644 --- a/src/current/v25.2/third-party-monitoring-tools.md +++ b/src/current/v25.2/third-party-monitoring-tools.md @@ -31,7 +31,7 @@ This list is not exhaustive. Any Prometheus-compatible third-party tool can cons | [Amazon CloudWatch](#amazon-cloudwatch-logs) | ✔ | ✔ | ✔ | | [GCP Logging](#gcp-logging) | ✔ | ✔ | ✔ | -This list is not exhaustive. Any third-party tool that can consume logs from [network-based or file-based sinks]({% link {{ page.version.version }}/configure-logs.md %}#configure-log-sinks) can also consume logs from a CockroachDB {{ site.data.products.core }} cluster. +This list is not exhaustive. Any third-party tool that can consume logs from [file-based or network sinks]({% link {{ page.version.version }}/configure-logs.md %}#configure-log-sinks) can also consume logs from a CockroachDB {{ site.data.products.core }} cluster. ## Monitoring integration resources From b89705e22f771331169310c43e2ba819633cc153 Mon Sep 17 00:00:00 2001 From: Florence Morris Date: Wed, 18 Jun 2025 09:57:50 -0400 Subject: [PATCH 3/3] =?UTF-8?q?Incorporated=20Kevin=E2=80=99s=20feedback.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/current/v25.2/third-party-monitoring-tools.md | 2 +- src/current/v25.3/third-party-monitoring-tools.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/current/v25.2/third-party-monitoring-tools.md b/src/current/v25.2/third-party-monitoring-tools.md index 1ecd228c60a..1574fc9d57c 100644 --- a/src/current/v25.2/third-party-monitoring-tools.md +++ b/src/current/v25.2/third-party-monitoring-tools.md @@ -22,7 +22,7 @@ CockroachDB is officially integrated with the following third-party monitoring p | [Kibana](#kibana) | | | ✔ | | [Prometheus](#prometheus) | ✔ | ✔ | ✔ | -This list is not exhaustive. Any Prometheus-compatible third-party tool can consume metrics from a CockroachDB Advanced or {{ site.data.products.core }} cluster. For example, because Amazon CloudWatch is Prometheus-compatible, it can consume metrics from a CockroachDB {{ site.data.products.core }} cluster. +This list is not exhaustive. Any Prometheus-compatible third-party tool can consume metrics from a CockroachDB Advanced or {{ site.data.products.core }} cluster. For example, because [Amazon CloudWatch is Prometheus-compatible](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-configure-ECS.html), it can consume metrics from a CockroachDB {{ site.data.products.core }} cluster. ### Logs diff --git a/src/current/v25.3/third-party-monitoring-tools.md b/src/current/v25.3/third-party-monitoring-tools.md index 7c96ee427ca..1574fc9d57c 100644 --- a/src/current/v25.3/third-party-monitoring-tools.md +++ b/src/current/v25.3/third-party-monitoring-tools.md @@ -16,18 +16,22 @@ CockroachDB is officially integrated with the following third-party monitoring p | Platform | CockroachDB Standard | CockroachDB Advanced | CockroachDB {{ site.data.products.core }} | |----------|:--------------------:|:--------------------:|:-----------------------:| -| [Amazon CloudWatch](#amazon-cloudwatch-metrics) | ✔ | ✔ | | +| [Amazon CloudWatch](#amazon-cloudwatch-metrics) | ✔ | ✔ | ✔ | | [DataDog](#datadog) | ✔ | ✔ | ✔ | | [DBmarlin](#dbmarlin) | | | ✔ | | [Kibana](#kibana) | | | ✔ | | [Prometheus](#prometheus) | ✔ | ✔ | ✔ | +This list is not exhaustive. Any Prometheus-compatible third-party tool can consume metrics from a CockroachDB Advanced or {{ site.data.products.core }} cluster. For example, because [Amazon CloudWatch is Prometheus-compatible](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-configure-ECS.html), it can consume metrics from a CockroachDB {{ site.data.products.core }} cluster. + ### Logs | Platform | CockroachDB Standard | CockroachDB Advanced | CockroachDB {{ site.data.products.core }} | |----------|:--------------------:|:--------------------:|:-----------------------:| -| [Amazon CloudWatch](#amazon-cloudwatch-logs) | ✔ | ✔ | | -| [GCP Logging](#gcp-logging) | ✔ | ✔ | | +| [Amazon CloudWatch](#amazon-cloudwatch-logs) | ✔ | ✔ | ✔ | +| [GCP Logging](#gcp-logging) | ✔ | ✔ | ✔ | + +This list is not exhaustive. Any third-party tool that can consume logs from [file-based or network sinks]({% link {{ page.version.version }}/configure-logs.md %}#configure-log-sinks) can also consume logs from a CockroachDB {{ site.data.products.core }} cluster. ## Monitoring integration resources