Expand the following sections to learn more about each diagram and its associated metric. Database Migration Service migrates a single database for heterogeneous Oracle migrations. Every metric represents data relevant to the database you are migrating.
The Throughput diagram uses the migration_job/write_bytes_count
metric to represent how much data (in bytes) Database Migration Service has written to your destination database. This metric is sampled every 60 seconds. You can use it to observe the write speed of your migration.
The Storage usage in total bytes diagram uses the Cloud SQL database/disk/bytes_used
metric to show how much data (in bytes) is stored in the migrated database in your destination Cloud SQL instance. You can use this information to estimate the progress of your migration job.
The Replication delay diagram uses the migration_job/max_replica_sec_lag
metric to represent the time difference between the moment when Database Migration Service starts reading Change Data Capture (CDC) information in your source, and the moment when that information is fully replicated in your destination. You can use this information to estimate when to promote the migration job (you want to begin the cutoff process when replication lag is the lowest).
To view metric diagrams on the migration job details page, perform the following steps:
The migration job details page opens.
The following table describes all migration job metrics you can use to create charts in Metrics Explorer for heterogeneous Oracle migrations. The complete metrics Database Migration Service metrics reference lists several additional metrics, but they are not available for heterogeneous Oracle migrations.
You can also use the Cloud SQL cloudsql/database/disk/bytes_used
metric and compare it with the total size of your source databases to estimate the migration job progress.
Metric type Launch stage Display name | |
---|---|
Kind, Type, Unit Monitored resources | Description Labels |
migration_ BETAWrite Bytes Count | |
DELTA , INT64 , By datamigration.googleapis.com/MigrationJob | Number of bytes written to the destination. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds.database : Database name. |
migration_ BETAMax lag bytes of the migration job data. | |
GAUGE , INT64 , By datamigration.googleapis.com/MigrationJob | Current replication lag, aggregated across all of the migration job's data. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds.database : Database name. |
migration_ BETAMax lag in seconds of the migration job data | |
GAUGE , INT64 , s datamigration.googleapis.com/MigrationJob | Current replication lag, aggregated across all of the migration job's data. Sampled every 60 seconds. After sampling, data is not visible for up to 180 seconds.database : Database name. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.