[DOCS-13132] Expand GCP metric discrepancy guide to cover missing metrics#36309
Open
[DOCS-13132] Expand GCP metric discrepancy guide to cover missing metrics#36309
Conversation
Contributor
Preview links (active after the
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do? What is the motivation?
Fixes DOCS-13132
Expands the Google Cloud metric discrepancy guide (
/integrations/guide/gcp-metric-discrepancy/) to cover both missing metrics and value mismatches. The guide previously covered only alignment-function value mismatches, but escalated GCP support tickets analyzed under DOCS-13132 showed missing-metric confusion was the larger cluster.Changes:
## Metric discrepanciessection with two symptom-scoped sections:## Metric is missing in Datadog(new) and## Metric values do not match the Google Cloud console(existing alignment-functions walkthrough, with original step 1 promoted to a shared section and remaining steps renumbered).## Confirm the metric exists in Google Cloudas a shared first step covering Datadog'sgcp.SERVICE.METRICnaming convention and metric kinds.titleanddescription. Slug is unchanged.The new missing-metric flow walks customers through five self-serve checks: Datadog Metric Summary search (with
.deltareminder forCUMULATIVEmetrics), custom/log-based metric scope, IAM and project access, metric collection filters, and Google Cloud emission verification.Follow-up work is tracked in DOCS-14212: a metric-availability callout on the getting-started page, and SME-led per-service "Not collected" scaffolding for high-traffic GCP service tile pages.
Merge instructions
Merge readiness:
Additional notes