Skip to content

updated metrics for v26.2#23211

Open
bsanchez-the-roach wants to merge 10 commits intomainfrom
update-metrics
Open

updated metrics for v26.2#23211
bsanchez-the-roach wants to merge 10 commits intomainfrom
update-metrics

Conversation

@bsanchez-the-roach
Copy link
Copy Markdown
Contributor

@bsanchez-the-roach bsanchez-the-roach commented Apr 22, 2026

Followed the guidance that Florence left behind re: generating metrics data.

Deploy previews for the affected pages:

metrics.yml and cluster-settings.csv were produced by running two different cockroach gen commands against the latest v26.2 release candidate
datadog-cockroachdb.csv and datadog-crdb-dedicated.csv both basically involved copy-pasting from the latest datadog pages.
crdb_metrics.yml was updated from this directory in the managed-service repo (the other two files in there didn't need changing)
metrics-cloud.yml was updated from this page in the managed-service repo
multi-dimensional-metrics.yml I used Claude to help me find those five that were added (based on contents of the cockroach repo)

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit d1deb43
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/69e9052e15a8bf0008d80a87

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit d1deb43
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/69e9052e0019710008f21595

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 22, 2026

Files changed:

  • src/current/_data/v26.2/cluster-settings.csv
  • src/current/_data/v26.2/metrics/datadog-cockroachdb.csv
  • src/current/_data/v26.2/metrics/datadog-crdb-dedicated.csv
  • src/current/_data/v26.2/metrics/export/crdb_metrics.yaml
  • src/current/_data/v26.2/metrics/metrics-cloud.yml
  • src/current/_data/v26.2/metrics/metrics.yaml
  • src/current/_data/v26.2/metrics/multi-dimensional-metrics.yml

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 508c59e
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/69efbe3a509d9a00081f6411

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 508c59e
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/69efbe3a7c8d580008a6bc76

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Netlify Preview

Name Link
🔨 Latest commit d1deb43
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/69e9052e3d98ee000807b259
😎 Deploy Preview https://deploy-preview-23211--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Netlify Preview

Name Link
🔨 Latest commit 508c59e
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/69efbe3a7c8d580008a6bc72
😎 Deploy Preview https://deploy-preview-23211--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@rmloveland rmloveland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

(Note for our future selves to reference):

I mostly just sanity-checked for regressions (with Codex's assistance!) and browsed a few pages. I don’t see any metric removals; the only ‘removals’ are actually renames, one-for-one tenant.consumption.* to tenant.sql_usage.* mappings in the Cloud page. Also the new metrics do not appear (yet) to have autogenerated "datadog ID names" but I think that's an issue in the code that generates them, which would be something separate from this PR. Since we're moving to Mintlify soon, I don't think we should bother looking too deeply into optimizing this process anyway

cockroachdb,abortspanbytes,gauge,"Number of bytes in the abort span
Shown as byte"
Shown as byte
"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these newlines before the " necessary? They make the diff confusing.

crdb_dedicated,valcount,gauge,"Count of all values
Shown as unit
"
crdb_cloud,changefeed.backfill.count,gauge,"Number of changefeeds currently executing backfill. Shown as count.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file mixes crdb_dedicated and crdb_cloud metrics in a file that's called datadog-crdb-dedicated.csv which might be confusing.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have this page for standard deployment metrics, but I don't think it grabs from this list: Essential Metrics for CockroachDB Standard Deployments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants