You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `MigrationController` custom resource (CR) records metrics and pulls them into on-cluster monitoring storage. You can query the metrics by using Prometheus Query Language (PromQL) to diagnose migration performance issues. All metrics are reset when the Migration Controller pod restarts.
10
+
11
+
You can access the performance metrics and run queries by using the {product-title} web console.
12
+
13
+
.Procedure
14
+
15
+
. In the {product-title} web console, click *Monitoring* -> *Metrics*.
16
+
. Enter a PromQL query, select a time window to display, and click *Run Queries*.
17
+
+
18
+
If your web browser does not display all the results, use the Prometheus console.
The `MigrationController` custom resource (CR) records a set of metrics and pulls it into on-cluster monitoring storage. You can query the metrics by using Prometheus Query Language (PromQL) to diagnose migration performance issues. All metrics are reset when the Migration Controller pod restarts.
10
-
11
-
[id="provided-metrics_{context}"]
12
-
== Provided metrics
9
+
The `MigrationController` custom resource (CR) provides metrics for the `MigMigration` CR count and for its API requests.
This metric is a count of `MigMigration` CRs over time. It is useful for viewing alongside the `mtc_client_request_count` and `mtc_client_request_elapsed` metrics to collate API request information with migration status changes. This metric is included in Telemetry.
18
15
@@ -31,7 +28,7 @@ This metric is a count of `MigMigration` CRs over time. It is useful for viewing
31
28
|===
32
29
33
30
[id="mtc_client_request_count-metric_{context}"]
34
-
=== mtc_client_request_count
31
+
== mtc_client_request_count
35
32
36
33
This metric is a cumulative count of Kubernetes API requests that `MigrationController` issued. It is not included in Telemetry.
37
34
@@ -58,7 +55,7 @@ This metric is a cumulative count of Kubernetes API requests that `MigrationCont
0 commit comments