diff --git a/x-pack/metricbeat/module/gcp/metrics/timeseries.go b/x-pack/metricbeat/module/gcp/metrics/timeseries.go index fe712805eaef..de905faf0658 100644 --- a/x-pack/metricbeat/module/gcp/metrics/timeseries.go +++ b/x-pack/metricbeat/module/gcp/metrics/timeseries.go @@ -36,7 +36,8 @@ func createDimensionsKey(kv KeyValuePoint) string { provider := getKeyValue(kv.ECS, "cloud.provider") region := getKeyValue(kv.ECS, "cloud.region") - dimensionsKey := fmt.Sprintf("%s_%s_%s_%s_%s_%s", + dimensionsKey := fmt.Sprintf("%d_%s_%s_%s_%s_%s_%s", + kv.Timestamp.UnixNano(), accountID, az, instanceID,