Skip to content

DOC-13821 Provide high-level guidance for Self-hosted third-party monitoring integrations #19739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/current/v25.2/third-party-monitoring-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions src/current/v25.3/third-party-monitoring-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading