diff --git a/content/en/getting_started/integrations/google_cloud.md b/content/en/getting_started/integrations/google_cloud.md index ce319b9527b..52bdb5412cd 100644 --- a/content/en/getting_started/integrations/google_cloud.md +++ b/content/en/getting_started/integrations/google_cloud.md @@ -149,9 +149,10 @@ If you have no configured projects, you are automatically redirected to this pag 5. Click **Verify and Save Account**. {{% /collapse-content %}} -Metrics appear in Datadog approximately **15 minutes** after setup. +The first metrics appear in Datadog approximately **15 minutes** after setup. After the initial setup, expect a steady-state delay of approximately **7-8 minutes** for new metrics. See [Cloud Metric Delay][412] for details. [408]: https://cloud.google.com/identity/docs/overview +[412]: /integrations/guide/cloud-metric-delay/ {{% /tab %}} diff --git a/content/en/integrations/guide/gcp-metric-discrepancy.md b/content/en/integrations/guide/gcp-metric-discrepancy.md index 907cc940df2..82a99882643 100644 --- a/content/en/integrations/guide/gcp-metric-discrepancy.md +++ b/content/en/integrations/guide/gcp-metric-discrepancy.md @@ -72,7 +72,13 @@ Datadog ingests the most granular raw values from Google Cloud. All aggregation Change the alignment function to `delta`, `min`, `max`, `sum`, or `mean`. Assuming you are using the most granular dimensions, the value in Google Cloud should match the value in Datadog. {{< img src="integrations/guide/gcp-metric-discrepancy/gcp_delta.png" alt="gcp delta" >}} - + +## Latency + +Google Cloud emits metrics with one-minute granularity, and Datadog pulls them through the Google Cloud Monitoring API. Expect a steady-state delay of approximately 7-8 minutes between when Google Cloud records a metric and when it appears in Datadog. See [Cloud Metric Delay][7] for the full breakdown across cloud providers. + +When troubleshooting a metric that appears delayed but not missing, wait at least 10-15 minutes before assuming it is missing. For initial integration setup, the first metrics appear in Datadog approximately 15 minutes after the integration is configured. + ## Further reading {{< partial name="whats-next/whats-next.html" >}} @@ -82,4 +88,5 @@ Datadog ingests the most granular raw values from Google Cloud. All aggregation [3]: https://cloud.google.com/monitoring/api/resources#tag_redis.googleapis.com/Cluster [4]: https://cloud.google.com/monitoring/api/resources#tag_redis_instance [5]: https://cloud.google.com/monitoring/api/resources#tag_redis.googleapis.com/ClusterNode -[6]: https://cloud.google.com/monitoring/api/v3/aggregation#alignment-intro \ No newline at end of file +[6]: https://cloud.google.com/monitoring/api/v3/aggregation#alignment-intro +[7]: /integrations/guide/cloud-metric-delay/ \ No newline at end of file