Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion content/en/getting_started/integrations/google_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down
11 changes: 9 additions & 2 deletions content/en/integrations/guide/gcp-metric-discrepancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand All @@ -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
[6]: https://cloud.google.com/monitoring/api/v3/aggregation#alignment-intro
[7]: /integrations/guide/cloud-metric-delay/
Loading