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
Copy file name to clipboardExpand all lines: docs/reference/instrumentation/metrics.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,5 @@ You can query the metrics endpoint for these components using an HTTP scrape, an
39
39
| federatedhpa_pull_metrics_duration_seconds | Histogram | Duration in seconds taken by the FederatedHPA to pull metrics. By the result, 'error' means the FederatedHPA failed to pull the metrics. Otherwise 'success'. | result<br/>metricType | karmada-controller-manager |
40
40
| pool_get_operation_total | Counter | Total times of getting from pool | name<br/>from | karmada-controller-manager<br/>karmada-agent |
41
41
| pool_put_operation_total | Counter | Total times of putting from pool | name<br/>to | karmada-controller-manager<br/>karmada-agent |
42
+
| recreate_resource_to_cluster | Counter | Number of resource recreations to a target member cluster. By the result, 'error' means a resource recreated failed. Otherwise 'success'. Cluster means the target member cluster. | result<br/>apiversion<br/>kind<br/>cluster | karmada-controller-manager |
43
+
| update_resource_to_cluster | Counter | Number of resource updates to a target member cluster. By the result, 'error' means a resource updated failed. Otherwise 'success'. Cluster means the target member cluster. | result<br/>apiversion<br/>kind<br/>cluster | karmada-controller-manager |
0 commit comments