Skip to content
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

Update Observability docs for Cloud 2.0 - update Metrics Overview #18431

Merged
merged 4 commits into from
Apr 1, 2024
Merged
Changes from 3 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
18 changes: 9 additions & 9 deletions src/current/cockroachcloud/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Depending on your CockroachDB {{ site.data.products.cloud }} deployment, the **M

| Metrics Tab | CockroachDB Standard | CockroachDB Advanced | CockroachDB Basic |
|:------------|:--------------------:|:--------------------:|:-----------------:|
| [Overview]({% link cockroachcloud/metrics-overview.md %}) | ✔ | | |
| [Request Units]({% link cockroachcloud/metrics-request-units.md %}) | ✔ | | |
| [SQL]({% link cockroachcloud/metrics-sql.md %}) | ✔ | | |
| [Changefeeds]({% link cockroachcloud/metrics-changefeeds.md %}) | ✔ | | |
| [Row-Level TTL]({% link cockroachcloud/metrics-row-level-ttl.md %}) | ✔ | | |
| [Monitor SQL Activity]({% link cockroachcloud/metrics-monitor-sql-activity.md %}) | | ✔ | ✔ |
| [Identify SQL Problems]({% link cockroachcloud/metrics-identify-sql-problems.md %}) | | ✔ | ✔ |
| [Custom]({% link cockroachcloud/custom-metrics-chart-page.md %}) | ✔ | ✔ | ✔ |
| [**Overview**]({% link cockroachcloud/metrics-overview.md %}) | ✔ | | |
| [**Request Units**]({% link cockroachcloud/metrics-request-units.md %}) | ✔ | | |
| [**SQL**]({% link cockroachcloud/metrics-sql.md %}) | ✔ | | |
| [**Changefeeds**]({% link cockroachcloud/metrics-changefeeds.md %}) | ✔ | | |
| [**Row-Level TTL**]({% link cockroachcloud/metrics-row-level-ttl.md %}) | ✔ | | |
| [**Monitor SQL Activity**]({% link cockroachcloud/metrics-monitor-sql-activity.md %}) | Same graphs are available<br>on **Metrics** page [**SQL**]({% link cockroachcloud/metrics-sql.md %}) tab | ✔ | ✔ |
florence-crl marked this conversation as resolved.
Show resolved Hide resolved
| [**Identify SQL Problems**]({% link cockroachcloud/metrics-identify-sql-problems.md %}) | Same graphs are available<br>on **Metrics** page [**SQL**]({% link cockroachcloud/metrics-sql.md %}) tab | ✔ | ✔ |
florence-crl marked this conversation as resolved.
Show resolved Hide resolved
| [**Custom**]({% link cockroachcloud/custom-metrics-chart-page.md %}) | ✔ | ✔ | ✔ |

### Time interval selection

Expand All @@ -40,7 +40,7 @@ The time interval selector at the top of each tab allows you to filter the view

CockroachDB {{ site.data.products.standard }} and CockroachDB {{ site.data.products.advanced }} users can export metrics to the following third-party cloud sinks:

- AWS Cloudwatch
- Amazon CloudWatch
- Datadog
- Prometheus

Expand Down
Loading