You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Followed the guidance that Florence left behind re: generating metrics data.
Deploy previews for the affected pages:
metrics.ymlandcluster-settings.csvwere produced by running two differentcockroach gencommands against the latest v26.2 release candidatedatadog-cockroachdb.csvanddatadog-crdb-dedicated.csvboth basically involved copy-pasting from the latest datadog pages.crdb_metrics.ymlwas updated from this directory in the managed-service repo (the other two files in there didn't need changing)metrics-cloud.ymlwas updated from this page in the managed-service repomulti-dimensional-metrics.ymlI used Claude to help me find those five that were added (based on contents of the cockroach repo)